mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-07 15:31:49 +00:00
Fix oops on FIXJMP_IP
This commit is contained in:
parent
82516bfe31
commit
abfe13a673
@ -97,7 +97,7 @@ NOS = $03 ; TOS-1
|
||||
!MACRO FIXJMP_IP .TARGET {
|
||||
BMI +
|
||||
JMP .TARGET
|
||||
TYA
|
||||
+ TYA
|
||||
CLC
|
||||
ADC IP
|
||||
STA IP
|
||||
|
Loading…
Reference in New Issue
Block a user