summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)Author
2023-05-27Impl -fshort-ref-local-labels, refactor feature parsingOxore
2023-05-26Change all `mark` wording to `label` wordingOxore
2023-05-25Impl exporting functions and marksOxore
2023-05-22Fix Clang errors and warningsOxore
2023-05-22Impl --indent option in some way, use tab by defaultOxore
2023-05-21Impl imm refs for MOVEAOxore
2023-05-20Fix MOVEM with PC relative argument when -frel-marks setOxore
2023-05-20Impl marks referencing for MOVE and MOVEAOxore
2023-05-20Impl marks referencing for MOVEMOxore
2023-05-20Make `xrefs_to` for both args if they are in the code boundariesOxore
2023-05-20Impl data references, debuting with LEAOxore
2023-05-20Make more `reloc` to `ref` renamingOxore
2023-05-17Do not add zeros after the code, but check if size is evenOxore
2023-05-17Rename `reloc` to `ref` everywhereOxore
2023-05-16Impl separately enabled absolute and relative relocationsOxore
2023-05-16Impl relocation marks supportOxore
2023-05-15Add trace data sanity checksOxore
2023-05-15Fix assertOxore
2023-05-14Move instruction related data into separate Op structOxore
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