Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-21 | Fix -fwalk and -ffollow-jumps bug | Oxore | |
I can't properly explain it and neither I can provide a concise test case, but the bug happened when I tried to decompile the binary of SEGA MegaDrive/Genesis game called DUNE 2 with reduced trace table. It is huge (1 MiB) to take it as a test case and also probably illegal. So anyway here is a fix. | |||
2024-11-21 | Split disassembly logic into a separate translation unit | Oxore | |
2024-11-21 | Rename `disasm.(cpp|h)` into `m68k.(cpp|h)` | Oxore | |
2024-02-18 | Fix runtime error in regmask printing routine | Oxore | |
2024-02-18 | Refactor CMakeLists.txt and fix new warnings | Oxore | |
2024-02-05 | Organize source code and tests | Oxore | |