little optimisation, add single-token parsing function

This commit is contained in:
andromeda
2026-03-07 20:57:19 +01:00
parent 50964e945e
commit 19a3e4ff5b
2 changed files with 198 additions and 10 deletions

View File

@@ -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 ------+