diff options
| author | andromeda <andromeda@lenovo> | 2026-03-08 11:15:05 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-08 11:15:05 +0100 |
| commit | f4cadcfff92bb1e03d7f5839f24e770141bbeef9 (patch) | |
| tree | 59d46c1f7a19c6b1fa86884909261a4d75432795 /twasm/README.md | |
| parent | d90c39b6bc2c6a6b3659f219f52cf216d21c81d2 (diff) | |
change token table entries, remove temporary file :shame:
Diffstat (limited to 'twasm/README.md')
| -rw-r--r-- | twasm/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/twasm/README.md b/twasm/README.md index cd2fa8b..83dab90 100644 --- a/twasm/README.md +++ b/twasm/README.md @@ -35,11 +35,11 @@ each word represents a token on the token table. each token gets loaded into the token table with the following form: ``` -+----------+----------+ -| 31 16 | 15 0 | -+----------+----------+ -| reserved | token id | -+----------+----------+ ++----------+ +| 15 0 | ++----------+ +| token id | ++----------+ ``` ### token IDs |
