summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 5d6ab77..03ea80f 100644
--- a/readme.md
+++ b/readme.md
@@ -31,5 +31,5 @@ x86\_64 does not allow absolute jumps from an immediate address,
so a wonky but hopefully not too slow solution is to compile
`literal address → W` and then `call W`. It'll Be Fine?
-- `mov r11, [cfa] = `94 BB [CFA]`
+- `mov r11, [cfa]` = `94 BB [CFA]`
- `call r11` = `41 FF D3`