summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)Author
2023-05-11Migrate all the rest instructionsOxore
2023-05-09Refactoring: begin migration to new Arg structuresOxore
2023-05-09Refactor: return node size, remove settings from disasm functionsOxore
2023-04-26Enable non-traced mode disassemblingOxore
2023-04-24Impl some feature flagsOxore
2023-04-23Impl separate xref types call and branchOxore
2023-04-23Pass settings everywhere, impl cross referencesOxore
2023-04-22Split mnemonic and arguments formattingOxore
2023-04-22Optimize by speedOxore
2023-04-22Fix release build (remove asserts on function calls)Oxore
2023-04-21Refactor asm renderingOxore
2023-04-20Fully implement JSR supportOxore
2023-04-20Use %08x for all offsetsOxore
2023-04-20Implement brief word extension for jsr (part 1)Oxore
2023-04-20Use %04x for commented data formattingOxore
2023-04-19Begin implementing instruction disassemblingOxore
2023-04-18Fix infinite loop during reallocationOxore
2023-04-18Impl basic traced disasm facility using linked listOxore
2023-04-17Fix compilationOxore
2023-04-17Impl trace parsing, define top level approachOxore
2023-04-15Initial commitOxore