diff options
| author | kitty <nepeta@canaglie.net> | 2026-01-20 19:12:23 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-01-20 19:12:23 +1100 |
| commit | 458a0aa9dcf86c0976027893c9c5f1ebe933c53f (patch) | |
| tree | adb8dc2c52aded52de926a31ae6e2ed6b89504f3 /readme.md | |
| parent | baf35c20e22d80332567f3a7136d1dcec8a627fd (diff) | |
formatting fix: add bullet points to forth reg list
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -8,9 +8,9 @@ public domain ## 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. -IP, the instruction pointer, is r13. -SP, the working stack pointer, is r14. -RSP, the return stack pointer, is rsp. -TOS, the top of the stack, is r15. +- W, the working register, is r11. +- X, the secondary working register, is r12. +- IP, the instruction pointer, is r13. +- SP, the working stack pointer, is r14. +- RSP, the return stack pointer, is rsp. +- TOS, the top of the stack, is r15. |
