index
:
m68k-disasm.git
master
sierra-support
tracetab
GNU AS compatible Motorola M68000 ISA disassembler (C++)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-11-21
Add Sierra ASM68 support
sierra-support
Oxore
2024-11-21
Add initial COFF support (coff2bin, readcoff)
Oxore
2024-11-21
Some refactoring
Oxore
2024-11-21
Move some GAS specific behavior to gnu.cpp
Oxore
2024-11-21
Fix -fwalk and -ffollow-jumps bug
Oxore
2024-11-21
Split disassembly logic into a separate translation unit
Oxore
2024-11-21
Rename `disasm.(cpp|h)` into `m68k.(cpp|h)`
Oxore
2024-03-15
pipeline.svg: Fix some strokes
Oxore
2024-03-15
pipeline.svg: Fix scaling and background
Oxore
2024-03-15
Readme.md: Fix main use case flow image link
Oxore
2024-03-15
Add an image describing the main use case pipeline
Oxore
2024-03-09
Add support for hex numbers in PC trace table
Oxore
2024-03-09
Impl -frdc-all, fix -frdc for traced locations
Oxore
2024-03-09
Impl `--split`
Oxore
2024-03-08
Update todo.md
Oxore
2024-03-03
Impl ELF symbols extraction
Oxore
2024-02-18
Fix runtime error in regmask printing routine
Oxore
2024-02-18
Refactor CMakeLists.txt and fix new warnings
Oxore
2024-02-05
Organize source code and tests
Oxore
2024-02-04
Impl deep graph walk and distinct jump following option
Oxore
2023-06-10
Specify op size for Scc and DBcc
Oxore
2023-06-04
Add initial support of ELF files
Oxore
2023-06-03
Impl -fimm-hex
Oxore
2023-06-03
Fix -fxrefs-to when -fimm-labels is not enabled
Oxore
2023-06-03
Fix labeling when -fimm-labels disabled
Oxore
2023-05-30
Update todo.md
Oxore
2023-05-27
Change `offset` wording to `address` wording in almost all places
Oxore
2023-05-27
Impl -fshort-ref-local-labels, refactor feature parsing
Oxore
2023-05-26
Change all `mark` wording to `label` wording
Oxore
2023-05-26
Fix typos and formatting in Readme.md
Oxore
2023-05-26
Fix typo
Oxore
2023-05-25
Impl exporting functions and marks
Oxore
2023-05-25
Add TODO about exporting functions
Oxore
2023-05-22
Fix Clang errors and warnings
Oxore
2023-05-22
Impl --indent option in some way, use tab by default
Oxore
2023-05-21
Fix typo
Oxore
2023-05-21
Impl imm refs for MOVEA
Oxore
2023-05-21
Make imm values print as hex if dest arg is An, CCR or SR
Oxore
2023-05-21
Fix help command in Readme.md
Oxore
2023-05-21
Add detailed build and run instructions, describe trace feature.
Oxore
2023-05-21
Fix "typo"
Oxore
2023-05-21
Add note about C++ STL
Oxore
2023-05-21
Describe features and Contributing section
Oxore
2023-05-21
Prepare for clang-format
Oxore
2023-05-20
Impl marks referencing for CMP, ADD and SUB
Oxore
2023-05-20
Impl marks referencing for PEA and NBCD
Oxore
2023-05-20
Fix MOVEM with PC relative argument when -frel-marks set
Oxore
2023-05-20
Impl marks referencing for MOVE and MOVEA
Oxore
2023-05-20
Impl marks referencing for MOVEM
Oxore
2023-05-20
Make `xrefs_to` for both args if they are in the code boundaries
Oxore
[next]