diff options
author | Oxore <oxore@protonmail.com> | 2023-05-21 22:42:29 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-21 22:42:29 +0300 |
commit | e40ee76cdae5d85ef9f997d766956bbe179a1fc3 (patch) | |
tree | 0f3a20a69f9fea1dd00834c339e6e8730f782fd3 | |
parent | d4aa0bf9d642df7da85d25246ffb99ddca814f8f (diff) |
Fix typo
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ trace table. ./cmake-build/m68k-disasm -t pc-trace.txt -o disasm.S rom.bin ``` -Rr better with marks analysis and some fancy raw comments: +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 |