summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-25 23:30:08 +0300
committerOxore <oxore@protonmail.com>2023-05-25 23:32:10 +0300
commitb5505144c731ae992c17a5efdf53410994fdcb11 (patch)
treeb1b5c8185b7c2abdc2ec7b3c0fbe64da8cb79292 /Readme.md
parent475413c7bf6b9861660e1616d03ad038def435b0 (diff)
Impl exporting functions and marks
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 84dce24..f387a6b 100644
--- a/Readme.md
+++ b/Readme.md
@@ -94,7 +94,7 @@ trace table.
Or better with marks analysis and some fancy raw comments:
```
-./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
+./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -fmarks -fabs-marks -frel-marks -fexport-marks -fexport-functions -t pc-trace.txt -o disasm.S rom.bin
```
It will produce `disasm.S` which you can modify and assemble as shown in