summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-07Extract common objects into object librariesHEADmasterOxore
2025-01-06Fix MakefileOxore
2024-12-21Update optparse and add readme.txt for itOxore
2024-11-21Add Sierra ASM68 supportsierra-supportOxore
2024-11-21Add initial COFF support (coff2bin, readcoff)Oxore
2024-11-21Some refactoringOxore
2024-11-21Move some GAS specific behavior to gnu.cppOxore
2024-11-21Fix -fwalk and -ffollow-jumps bugOxore
2024-11-21Split disassembly logic into a separate translation unitOxore
2024-11-21Rename `disasm.(cpp|h)` into `m68k.(cpp|h)`Oxore
2024-03-15pipeline.svg: Fix some strokesOxore
2024-03-15pipeline.svg: Fix scaling and backgroundOxore
2024-03-15Readme.md: Fix main use case flow image linkOxore
2024-03-15Add an image describing the main use case pipelineOxore
2024-03-09Add support for hex numbers in PC trace tableOxore
2024-03-09Impl -frdc-all, fix -frdc for traced locationsOxore
2024-03-09Impl `--split`Oxore
2024-03-08Update todo.mdOxore
2024-03-03Impl ELF symbols extractionOxore
2024-02-18Fix runtime error in regmask printing routineOxore
2024-02-18Refactor CMakeLists.txt and fix new warningsOxore
2024-02-05Organize source code and testsOxore
2024-02-04Impl deep graph walk and distinct jump following optionOxore
2023-06-10Specify op size for Scc and DBccOxore
2023-06-04Add initial support of ELF filesOxore
2023-06-03Impl -fimm-hexOxore
2023-06-03Fix -fxrefs-to when -fimm-labels is not enabledOxore
2023-06-03Fix labeling when -fimm-labels disabledOxore
2023-05-30Update todo.mdOxore
2023-05-27Change `offset` wording to `address` wording in almost all placesOxore
2023-05-27Impl -fshort-ref-local-labels, refactor feature parsingOxore
2023-05-26Change all `mark` wording to `label` wordingOxore
2023-05-26Fix typos and formatting in Readme.mdOxore
2023-05-26Fix typoOxore
2023-05-25Impl exporting functions and marksOxore
2023-05-25Add TODO about exporting functionsOxore
2023-05-22Fix Clang errors and warningsOxore
2023-05-22Impl --indent option in some way, use tab by defaultOxore
2023-05-21Fix typoOxore
2023-05-21Impl imm refs for MOVEAOxore
2023-05-21Make imm values print as hex if dest arg is An, CCR or SROxore
2023-05-21Fix help command in Readme.mdOxore
2023-05-21Add detailed build and run instructions, describe trace feature.Oxore
2023-05-21Fix "typo"Oxore
2023-05-21Add note about C++ STLOxore
2023-05-21Describe features and Contributing sectionOxore
2023-05-21Prepare for clang-formatOxore
2023-05-20Impl marks referencing for CMP, ADD and SUBOxore
2023-05-20Impl marks referencing for PEA and NBCDOxore
2023-05-20Fix MOVEM with PC relative argument when -frel-marks setOxore