From 33710a8ebe229e769c7155b60e11e6f744d0137f Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 9 Mar 2026 10:08:19 +0100 Subject: work on metadata system, put tests in seperate file --- twasm/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'twasm/README.md') 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: -- cgit v1.3.1