summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-06-03 20:22:01 +0300
committerOxore <oxore@protonmail.com>2023-06-03 20:25:19 +0300
commitb5c24afbc10a36f65e73d5ef2100da4ff173a109 (patch)
treee770a62f7b0f46ded2ab96f20010a26d376f26ce /Readme.md
parent5c010acbd7291482ce953a2d9a9b857772b695d6 (diff)
Impl -fimm-hex
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 5d3242f..1ba2198 100644
--- a/Readme.md
+++ b/Readme.md
@@ -94,7 +94,7 @@ trace table.
Or better with labeled locations analysis and some fancy raw comments:
```
-./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -fabs-labels -frel-labels -fexport-labels -fexport-functions -t pc-trace.txt -o disasm.S rom.bin
+./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -fabs-labels -frel-labels -fexport-labels -fexport-functions -fimm-hex -t pc-trace.txt -o disasm.S rom.bin
```
It will produce `disasm.S` which you can modify and assemble as shown in