little optimisation, add single-token parsing function
This commit is contained in:
@@ -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 ------+
|
||||
|
||||
Reference in New Issue
Block a user