diff options
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |
