From 2960c1b7958b1c0a60f21db53f3c2cb1da030915 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 25 Mar 2026 21:14:34 +0100 Subject: clean up some stuff --- twasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twasm/README.md') 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 | -- cgit v1.3.1