From 19a3e4ff5b9e303b3d2bfaa386d795a8d05fc7f6 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 7 Mar 2026 20:57:19 +0100 Subject: little optimisation, add single-token parsing function --- twasm/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'twasm/README.md') 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 ------+ -- cgit v1.3.1