summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-02-08 15:23:58 +1100
committerkitty <nepeta@canaglie.net>2026-02-08 15:23:58 +1100
commit2dec249cc7a07bb241bc0611f82e723030d3e30c (patch)
treef6f64e492d1dbcd00ee2ae8ed055346a26e98ab5 /readme.md
parentd22e6159d2586a799160c5ceb5424a4ec3d5a422 (diff)
almost certainly deeply broken FIND
x86 assembly is fucked
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 2 insertions, 6 deletions
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