summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-07 20:57:19 +0100
committerandromeda <andromeda@lenovo>2026-03-07 20:57:19 +0100
commit19a3e4ff5b9e303b3d2bfaa386d795a8d05fc7f6 (patch)
tree371e4451afa7ed740fb390efd633b77549e10901 /twasm/README.md
parent50964e945e5643ac3fbc3fc2237c27f16927a9ce (diff)
little optimisation, add single-token parsing function
Diffstat (limited to 'twasm/README.md')
-rw-r--r--twasm/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/twasm/README.md b/twasm/README.md
index a8ad332..4607b01 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -16,11 +16,13 @@ I want to compile Bootler and Twasm with the Twasm assembler
+------ 0x00070000 ------+
| token table |
+------ 0x00060000 ------+
+| test arena |
++------ 0x00050000 ------+
| stack (rsp) |
+------------------------+
| input |
-+------------------------+ this is lined up to a sector
-| | and this is less than a sector
++------------------------+ <- this is lined up to a sector
+| | <- and this is less than a sector
+------------------------+
| assembler |
+------ 0x00010000 ------+