diff options
Diffstat (limited to 'twasm/README.md')
| -rw-r--r-- | twasm/README.md | 6 |
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 ------+ |
