diff options
author | Oxore <oxore@protonmail.com> | 2023-05-21 22:15:11 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-21 22:38:55 +0300 |
commit | d4aa0bf9d642df7da85d25246ffb99ddca814f8f (patch) | |
tree | 384c6897eca675a9b2675791538a222787aee073 /Readme.md | |
parent | befd06430f141cbe95ea2393603046020cb14019 (diff) |
Impl imm refs for MOVEA
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ trace table. Rr better with marks analysis and some fancy raw comments: ``` -./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -fmarks -fabs-marks -frel-marks -t pc-trace.txt -o disasm.S rom.bin +./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -fmarks -fabs-marks -frel-marks -fimm-marks -t pc-trace.txt -o disasm.S rom.bin ``` It will produce `disasm.S` which you can modify and assemble as shown in |