From 458a0aa9dcf86c0976027893c9c5f1ebe933c53f Mon Sep 17 00:00:00 2001 From: kitty Date: Tue, 20 Jan 2026 19:12:23 +1100 Subject: formatting fix: add bullet points to forth reg list --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 82550b7..64cd90e 100644 --- a/readme.md +++ b/readme.md @@ -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. -- cgit v1.2.3