diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |
