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
/
test.bash
Age
Commit message (
Collapse
)
Author
2024-02-05
Organize source code and tests
Oxore
2024-02-04
Impl deep graph walk and distinct jump following option
Oxore
This commit changes the default behavior which technically breaks backwards compatibility. It would be a concern if somebody else besides me is using this tool, but I doubt it would be the case, LOL.
2023-06-03
Impl -fimm-hex
Oxore
2023-05-26
Change all `mark` wording to `label` wording
Oxore
2023-05-20
Impl marks referencing for MOVE and MOVEA
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
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
Add some tests for MOVEA
Oxore
2023-05-01
Impl MOVEQ
Oxore
2023-05-01
Impl MOVE and MOVEA instructions
Oxore
2023-04-30
Impl MOVEM
Oxore
2023-04-30
Impl STOP just for the sake of implementing it
Oxore
2023-04-29
Fix some edge case for dbcc found on random tests
Oxore
2023-04-29
Refactor addressing mode arg, at least for JSR/JMP
Oxore
2023-04-28
Add some tests for addq
Oxore
2023-04-26
Impl Scc
Oxore
2023-04-25
Add linker script, add more comment clarifications
Oxore
2023-04-23
Impl DBcc
Oxore
2023-04-23
Split disasm into procedures by the highest nibble
Oxore
2023-04-22
Impl bsr, bra and bcc, refactor tests
Oxore
2023-04-22
Add tests for simple instructions
Oxore
2023-04-21
Refactor asm rendering
Oxore
2023-04-20
Refactor tests
Oxore
2023-04-20
Fully implement JSR support
Oxore
2023-04-20
Implement brief word extension for jsr (part 1)
Oxore
[next]