summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-08 11:15:05 +0100
committerandromeda <andromeda@lenovo>2026-03-08 11:15:05 +0100
commitf4cadcfff92bb1e03d7f5839f24e770141bbeef9 (patch)
tree59d46c1f7a19c6b1fa86884909261a4d75432795 /twasm/README.md
parentd90c39b6bc2c6a6b3659f219f52cf216d21c81d2 (diff)
change token table entries, remove temporary file :shame:
Diffstat (limited to 'twasm/README.md')
-rw-r--r--twasm/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/twasm/README.md b/twasm/README.md
index cd2fa8b..83dab90 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -35,11 +35,11 @@ each word represents a token on the token table.
each token gets loaded into the token table with the following form:
```
-+----------+----------+
-| 31 16 | 15 0 |
-+----------+----------+
-| reserved | token id |
-+----------+----------+
++----------+
+| 15 0 |
++----------+
+| token id |
++----------+
```
### token IDs