Fix RPN patches for all commands (#1819)

This commit is contained in:
Rangi
2025-09-02 16:44:25 -04:00
committed by GitHub
parent 5701d747d4
commit ee1db0a582
3 changed files with 78 additions and 90 deletions

View File

@@ -405,9 +405,6 @@ Checks if the value is a valid bit index
.Pq see e.g. Do BIT u3, r8 Dc in Xr gbz80 7 ,
that is, from 0 to 7.
The value is then ORed with the instruction's mask.
.It Li $80 Ta Integer literal; followed by the
.Cm LONG
integer.
.It Li $70 Ta Cm HIGH
byte.
.It Li $71 Ta Cm LOW
@@ -416,6 +413,9 @@ byte.
value.
.It Li $73 Ta Cm TZCOUNT
value.
.It Li $80 Ta Integer literal; followed by the
.Cm LONG
integer.
.It Li $81 Ta A symbol's value; followed by the symbol's
.Cm LONG
ID.