summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-09 10:08:19 +0100
committerandromeda <andromeda@lenovo>2026-03-09 10:08:19 +0100
commit33710a8ebe229e769c7155b60e11e6f744d0137f (patch)
treee35735366807d7f30dbc676346f182ea902dfb5e /twasm/README.md
parent0b7526661c0c6cd39d744c68c565e77f4aa7196d (diff)
work on metadata system, put tests in seperate file
Diffstat (limited to 'twasm/README.md')
-rw-r--r--twasm/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/twasm/README.md b/twasm/README.md
index be3f5ad..e6f386e 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -102,6 +102,7 @@ the `type` hex digit is defined as the following:
| 0x0 | ignored | `; this entire comment is 1 token` |
| 0x1 | operator | `mov`, `hlt` |
| 0x2 | register | `rsp`, `al` |
+| 0xF | unknown | any token ID not represented in the lookup table |
type metadata for the different types is as follows: