From 2dec249cc7a07bb241bc0611f82e723030d3e30c Mon Sep 17 00:00:00 2001 From: kitty Date: Sun, 8 Feb 2026 15:23:58 +1100 Subject: almost certainly deeply broken FIND x86 assembly is fucked --- readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 51a8f1c..5670e58 100644 --- a/readme.md +++ b/readme.md @@ -30,13 +30,9 @@ x86's `repz` for it. maybe there is a counted string version though, i don't know ## forth registers -there are a set of 'virtual registers' (see moving forth part 1) -- W, the working register, is r11. -- X, the secondary working register, is r12. -- Y, the tertiary working register, is r13. -- SP, the working stack pointer, is r14. -- RSP, the return stack pointer, is rsp. +- the working stack pointer, is `r14`. +- `r11`, `r12`, `r13`, and occcasionally `r10` and `r9` are general purpose working registers. ## miscellaneous notes and stuff -- cgit v1.2.3