summaryrefslogtreecommitdiff
path: root/disasm.h
AgeCommit message (Expand)Author
2024-02-05Organize source code and testsOxore
2024-02-04Impl deep graph walk and distinct jump following optionOxore
2023-06-04Add initial support of ELF filesOxore
2023-06-03Impl -fimm-hexOxore
2023-05-27Change `offset` wording to `address` wording in almost all placesOxore
2023-05-27Impl -fshort-ref-local-labels, refactor feature parsingOxore
2023-05-22Fix Clang errors and warningsOxore
2023-05-22Impl --indent option in some way, use tab by defaultOxore
2023-05-21Make imm values print as hex if dest arg is An, CCR or SROxore
2023-05-20Impl data references, debuting with LEAOxore
2023-05-17Rename `reloc` to `ref` everywhereOxore
2023-05-16Impl separately enabled absolute and relative relocationsOxore
2023-05-16Impl relocation marks supportOxore
2023-05-14Make snprint_reg_mask inlineableOxore
2023-05-14Move instruction related data into separate Op structOxore
2023-05-14Drop AddrModeArg in favor of just ArgOxore
2023-05-11Add note about Optparse, add license headersOxore
2023-05-11Fix some commentsOxore
2023-05-11Remove AddrMode::SNPrintOxore
2023-05-11Remove SizeSpec, use OpSize onlyOxore
2023-05-11Unify Condition, rename JType to JKindOxore
2023-05-11Migrate all the rest instructionsOxore
2023-05-10Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCodeOxore
2023-05-10Migrate whole chunk 4 to Arg and OpCodeOxore
2023-05-09Migrate BTST, BCHG, BCRL, BSET and MOVEP to Arg structOxore
2023-05-09Migrate Bcc to new Arg data structureOxore
2023-05-09Migrate MOVEM to new Arg structOxore
2023-05-09Use OpSize instead of suffix for FetchAddrModeArgOxore
2023-05-09Refactoring: begin migration to new Arg structuresOxore
2023-05-09Refactor: return node size, remove settings from disasm functionsOxore
2023-05-09Begin refactoring: add new data types, remove unused membersOxore
2023-05-01Impl MOVEQOxore
2023-04-30Impl MOVEMOxore
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-21Refactor asm renderingOxore