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
path:
root
/
common.h
Age
Commit message (
Expand
)
Author
2024-02-04
Impl deep graph walk and distinct jump following option
Oxore
2023-06-04
Add initial support of ELF files
Oxore
2023-06-03
Impl -fimm-hex
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-25
Impl exporting functions and marks
Oxore
2023-05-22
Impl --indent option in some way, use tab by default
Oxore
2023-05-21
Impl imm refs for MOVEA
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 data references, debuting with LEA
Oxore
2023-05-20
Make more `reloc` to `ref` renaming
Oxore
2023-05-16
Impl separately enabled absolute and relative relocations
Oxore
2023-05-11
Add note about Optparse, add license headers
Oxore
2023-05-01
Impl BTST, BCHG, BSET and BCLR
Oxore
2023-04-27
Fix bugs found on random tests
Oxore
2023-04-24
Impl some feature flags
Oxore
2023-04-23
Pass settings everywhere, impl cross references
Oxore
2023-04-22
Optimize by speed
Oxore
2023-04-21
Refactor asm rendering
Oxore