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.cpp
Age
Commit message (
Collapse
)
Author
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
Add const where I can find, remove unused parameters
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-10
Migrate MOVEA, MOVE to Arg and OpCode struct
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-09
Fix calculation of branch_addr in DBcc
Oxore
2023-05-09
Impl CMPM
Oxore
2023-05-09
Impl EOR
Oxore
2023-05-08
Impl CMP and CMPA
Oxore
2023-05-08
Impl MULU, MULS, DIVU and DIVS
Oxore
2023-05-08
Impl EXG
Oxore
2023-05-08
Impl AND
Oxore
2023-05-08
Impl ABCD
Oxore
2023-05-08
Impl SBCD
Oxore
2023-05-08
Impl OR, fix PC-relative addr modes for ADD
Oxore
2023-05-08
Impl NBCD, SWAP and PEA
Oxore
2023-05-08
Impl EXT
Oxore
2023-05-08
Some renaming
Oxore
2023-05-08
Impl ASR, ASL, LSR, LSL, ROXR, ROXL, ROR and ROL
Oxore
2023-05-08
Impl SUB, SUBA and SUBX
Oxore
2023-05-08
Impl ADDX
Oxore
2023-05-08
Impl ADDA, optimize some arg parsing
Oxore
2023-05-08
Impl ADD
Oxore
2023-05-02
Impl CHK
Oxore
2023-05-02
Impl LEA
Oxore
2023-05-01
Impl MOVEP
Oxore
2023-05-01
Impl BTST, BCHG, BSET and BCLR
Oxore
2023-05-01
Impl ORI, ANDI, EORI, ADDI, SUBI and CMPI
Oxore
2023-05-01
Impl TAS and TST
Oxore
2023-05-01
Impl NEGX, CLR, NEG and NOT
Oxore
2023-05-01
Impl TRAP
Oxore
2023-05-01
Impl MOVE USP, LINK, UNLK and ILLEGAL
Oxore
2023-05-01
Impl MOVE to/from CCR/SR
Oxore
2023-05-01
Fix MOVEM boundary check
Oxore
2023-05-01
Impl MOVEQ
Oxore
2023-05-01
Fix Bcc
Oxore
2023-05-01
Impl MOVE and MOVEA instructions
Oxore
2023-04-30
Impl MOVEM
Oxore
2023-04-30
Refactor: use AddrModeArg in ADDQ, SUBQ and Scc
Oxore
[next]