diff options
Diffstat (limited to 'twasm/README.md')
| -rw-r--r-- | twasm/README.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/twasm/README.md b/twasm/README.md index e6f386e..ce6beec 100644 --- a/twasm/README.md +++ b/twasm/README.md @@ -127,13 +127,15 @@ type metadata for the different types is as follows: ``` ``` -+------------------+ -| type 0x2 | -+----------+-------+ -| 31 26 | 25 24 | -+----------+-------+ -| reserved | width | -+----------+-------+ ++------------------------------+ +| type 0x2 | ++----------+-----------+-------+ +| 31 29 | 28 26 | 25 24 | ++----------+-----------+-------+ +| reserved | reg value | width | ++----------+-----------+-------+ + +; reg is the value that cooresponds to the register in the ModR/M byte ; width: 00b ; 8 bit |
