summaryrefslogtreecommitdiff
path: root/twasm/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-25 21:14:34 +0100
committerandromeda <andromeda@lenovo>2026-03-25 21:14:34 +0100
commit2960c1b7958b1c0a60f21db53f3c2cb1da030915 (patch)
tree79525261adfed6a1168ac2e7f6195c2be7f19b36 /twasm/README.md
parent31a438d1eebaebcf00e49035ce6c73817c5fee96 (diff)
clean up some stuff
Diffstat (limited to 'twasm/README.md')
-rw-r--r--twasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/twasm/README.md b/twasm/README.md
index c479b33..2921ffa 100644
--- a/twasm/README.md
+++ b/twasm/README.md
@@ -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 |