summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-23 23:37:39 +0100
committerandromeda <andromeda@lenovo>2026-03-23 23:37:39 +0100
commitb607bd13f39ef0e6cb77e455129b0050fa4584f5 (patch)
treeafee12a2a00e5ff36a92b157f95de7b646ad05c0 /twasm/README.md
parent40be72a5c37fcc99b1f92c4dc4b42339633c73e1 (diff)
IT SORTA WORKS LESGOOO
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 3f63fe7..3b63414 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -210,11 +210,11 @@ type metadata for the different types is as follows:
entries are as follows:
```
-+----------+--------+----------+
-| 31 24 | 23 16 | 15 0 |
-+----------+--------+----------+
-| reserved | opcode | token ID |
-+----------+--------+----------+
++-----------------+-----------------+----------+
+| 31 24 | 23 16 | 15 0 |
++-----------------+-----------------+----------+
+| dest=reg opcode | dest=r/m opcode | token ID |
++-----------------+-----------------+----------+
```
note the lack of support for multiple-byte opcodes or multiple opcodes for one token ID; these features will likely be added at some point after the parser accumulates too much jank.