summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-01-21 16:17:55 +1100
committerkitty <nepeta@canaglie.net>2026-01-21 16:17:55 +1100
commit528113fade864e808e2e990db77b4249e27768bb (patch)
treeb4f9f1590e9ca9ec4f9897f3f1df526eae8e29d7 /readme.md
parentb42d8229a09103623f421937f217b8cc8609e06b (diff)
formatting
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 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`