From b5505144c731ae992c17a5efdf53410994fdcb11 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 25 May 2023 23:30:08 +0300 Subject: Impl exporting functions and marks --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Readme.md') 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 -- cgit v1.2.3