summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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