diff options
| author | kitty <nepeta@canaglie.net> | 2026-02-08 15:23:58 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-02-08 15:23:58 +1100 |
| commit | 2dec249cc7a07bb241bc0611f82e723030d3e30c (patch) | |
| tree | f6f64e492d1dbcd00ee2ae8ed055346a26e98ab5 /readme.md | |
| parent | d22e6159d2586a799160c5ceb5424a4ec3d5a422 (diff) | |
almost certainly deeply broken FIND
x86 assembly is fucked
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 |
