Corrected support for 16-bit systems

We still need access to a 16-bit system to correctly test
these changes.
This commit is contained in:
Roberto Ierusalimschy
2023-03-09 11:10:04 -03:00
parent 02bab9fc25
commit 1de2f31694
3 changed files with 8 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ iABC C(8) | B(8) |k| A(8) | Op(7) |
iABx Bx(17) | A(8) | Op(7) |
iAsBx sBx (signed)(17) | A(8) | Op(7) |
iAx Ax(25) | Op(7) |
isJ sJ(25) | Op(7) |
isJ sJ (signed)(25) | Op(7) |
A signed argument is represented in excess K: the represented value is
the written unsigned value minus K, where K is half the maximum for the