From b607bd13f39ef0e6cb77e455129b0050fa4584f5 Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 23 Mar 2026 23:37:39 +0100 Subject: IT SORTA WORKS LESGOOO --- twasm/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'twasm/README.md') diff --git a/twasm/README.md b/twasm/README.md index 3f63fe7..3b63414 100644 --- a/twasm/README.md +++ b/twasm/README.md @@ -210,11 +210,11 @@ type metadata for the different types is as follows: entries are as follows: ``` -+----------+--------+----------+ -| 31 24 | 23 16 | 15 0 | -+----------+--------+----------+ -| reserved | opcode | token ID | -+----------+--------+----------+ ++-----------------+-----------------+----------+ +| 31 24 | 23 16 | 15 0 | ++-----------------+-----------------+----------+ +| dest=reg opcode | dest=r/m opcode | token ID | ++-----------------+-----------------+----------+ ``` note the lack of support for multiple-byte opcodes or multiple opcodes for one token ID; these features will likely be added at some point after the parser accumulates too much jank. -- cgit v1.3.1