1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-08-21 06:29:07 +00:00

Fix oops on FIXJMP_IP

This commit is contained in:
David Schmenk 2018-01-20 09:17:55 -08:00
parent 82516bfe31
commit abfe13a673

View File

@ -97,7 +97,7 @@ NOS = $03 ; TOS-1
!MACRO FIXJMP_IP .TARGET {
BMI +
JMP .TARGET
TYA
+ TYA
CLC
ADC IP
STA IP