mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-21 20:31:02 +00:00
Revised comments.
This commit is contained in:
parent
3f7ed92537
commit
c2ea029887
@ -269,7 +269,7 @@ _HEX .( ; HEX r 9r Rr <- hex(Rr) - convert Rr from decimal ######.## to hex
|
||||
RTS
|
||||
.)
|
||||
|
||||
_GETPQ .( ; sets X as p register and Y as q register, advances PC
|
||||
_GETPQ .( ; sets X as p register and Y as q register, checks for overflow in the operands, advances PC
|
||||
LDY #0
|
||||
LDA (_PC),Y ; get source registers
|
||||
LSR
|
||||
|
Loading…
Reference in New Issue
Block a user