Revised comments.

This commit is contained in:
Russell-S-Harper 2018-08-13 21:11:03 -04:00
parent 3f7ed92537
commit c2ea029887

View File

@ -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