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