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 (
Collapse
)
Author
2023-05-01
Fix Bcc
Oxore
2023-05-01
Impl MOVE and MOVEA instructions
Oxore
2023-04-30
Describe goals in the Readme.md
Oxore
2023-04-30
Impl MOVEM
Oxore
2023-04-30
Refactor: use AddrModeArg in ADDQ, SUBQ and Scc
Oxore
2023-04-30
Impl STOP just for the sake of implementing it
Oxore
2023-04-29
Fix bound checking for (xxx).L extension bytes
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-27
Fix bugs found on random tests
Oxore
2023-04-27
Impl random test
Oxore
2023-04-27
Impl addq and subq
Oxore
2023-04-27
Stick to MIT syntax for Scc
Oxore
2023-04-26
Enable non-traced mode disassembling
Oxore
2023-04-26
Impl Scc
Oxore
2023-04-25
Add linker script, add more comment clarifications
Oxore
2023-04-24
Impl some feature flags
Oxore
2023-04-23
Impl DBcc
Oxore
2023-04-23
Split disasm into procedures by the highest nibble
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-22
Impl bsr, bra and bcc, refactor tests
Oxore
2023-04-22
Add tests for simple instructions
Oxore
2023-04-22
Optimize by speed
Oxore
2023-04-22
Fix release build (remove asserts on function calls)
Oxore
2023-04-22
Impl JMP by simply reusing JSR
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
Use %08x for all offsets
Oxore
2023-04-20
Implement brief word extension for jsr (part 1)
Oxore
2023-04-20
Use %04x for commented data formatting
Oxore
2023-04-20
Impl tests against GNU AS in bash
Oxore
2023-04-19
Begin implementing instruction disassembling
Oxore
2023-04-18
Fix infinite loop during reallocation
Oxore
2023-04-18
Impl basic traced disasm facility using linked list
Oxore
2023-04-17
Fix compilation
Oxore
2023-04-17
Impl trace parsing, define top level approach
Oxore
2023-04-15
Initial commit
Oxore
[prev]