clean up some stuff

This commit is contained in:
andromeda
2026-03-25 21:14:34 +01:00
parent 31a438d1ee
commit 2960c1b795
3 changed files with 146 additions and 175 deletions

View File

@@ -160,7 +160,7 @@ the `type` hex digit is defined as the following:
| hex | meaning | examples |
|-----|----------|-|
| 0x0 | ignored | `; this entire comment is 1 token` |
| 0x0 | ignored | |
| 0x1 | operator | `mov`, `hlt` |
| 0x2 | register | `rsp`, `al` |
| 0xF | unknown | any token ID not represented in the lookup table |