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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-20
Make `xrefs_to` for both args if they are in the code boundaries
Oxore
2023-05-20
Impl data references, debuting with LEA
Oxore
2023-05-20
Make more `reloc` to `ref` renaming
Oxore
2023-05-17
Do not add zeros after the code, but check if size is even
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-15
Add trace data sanity checks
Oxore
2023-05-15
Fix assert
Oxore
2023-05-14
Move instruction related data into separate Op struct
Oxore
2023-05-11
Migrate all the rest instructions
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-04-26
Enable non-traced mode disassembling
Oxore
2023-04-24
Impl some feature flags
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
Optimize by speed
Oxore
2023-04-22
Fix release build (remove asserts on function calls)
Oxore
2023-04-21
Refactor asm rendering
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-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