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
/
disasm.h
Age
Commit message (
Collapse
)
Author
2023-05-21
Make imm values print as hex if dest arg is An, CCR or SR
Oxore
2023-05-20
Impl data references, debuting with LEA
Oxore
2023-05-17
Rename `reloc` to `ref` everywhere
Oxore
2023-05-16
Impl separately enabled absolute and relative relocations
Oxore
2023-05-16
Impl relocation marks support
Oxore
2023-05-14
Make snprint_reg_mask inlineable
Oxore
2023-05-14
Move instruction related data into separate Op struct
Oxore
2023-05-14
Drop AddrModeArg in favor of just Arg
Oxore
2023-05-11
Add note about Optparse, add license headers
Oxore
2023-05-11
Fix some comments
Oxore
2023-05-11
Remove AddrMode::SNPrint
Oxore
2023-05-11
Remove SizeSpec, use OpSize only
Oxore
2023-05-11
Unify Condition, rename JType to JKind
Oxore
2023-05-11
Migrate all the rest instructions
Oxore
2023-05-10
Migrate Scc, DBcc, SUBQ and ADDQ to Arg and OpCode
Oxore
2023-05-10
Migrate whole chunk 4 to Arg and OpCode
Oxore
2023-05-09
Migrate BTST, BCHG, BCRL, BSET and MOVEP to Arg struct
Oxore
2023-05-09
Migrate Bcc to new Arg data structure
Oxore
2023-05-09
Migrate MOVEM to new Arg struct
Oxore
2023-05-09
Use OpSize instead of suffix for FetchAddrModeArg
Oxore
2023-05-09
Refactoring: begin migration to new Arg structures
Oxore
2023-05-09
Refactor: return node size, remove settings from disasm functions
Oxore
2023-05-09
Begin refactoring: add new data types, remove unused members
Oxore
2023-05-01
Impl MOVEQ
Oxore
2023-04-30
Impl MOVEM
Oxore
2023-04-23
Impl separate xref types call and branch
Oxore
2023-04-23
Pass settings everywhere, impl cross references
Oxore
2023-04-22
Split mnemonic and arguments formatting
Oxore
2023-04-21
Refactor asm rendering
Oxore