From 9fd2eba95beb6c9ce6fb26e1442aa2f68aac9b1f Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 4 Feb 2024 19:51:35 +0300 Subject: Impl deep graph walk and distinct jump following option This commit changes the default behavior which technically breaks backwards compatibility. It would be a concern if somebody else besides me is using this tool, but I doubt it would be the case, LOL. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 1ba2198..18896d6 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 -fimm-hex -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 -follow-jumps -fwalk -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