diff options
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 |
