IT SORTA WORKS LESGOOO

This commit is contained in:
andromeda
2026-03-23 23:37:39 +01:00
parent 40be72a5c3
commit b607bd13f3
3 changed files with 135 additions and 31 deletions

View File

@@ -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.