mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-11-02 13:08:13 +00:00
Back out DINTRP opt as ENTER needs Y to bee zero
This commit is contained in:
parent
8f85445700
commit
db6bc55df3
@ -27,8 +27,11 @@ SEGBEGIN JMP VMINIT
|
||||
;* SYSTEM INTERPRETER ENTRYPOINT
|
||||
;*
|
||||
INTERP PLA
|
||||
CLC
|
||||
ADC #$01
|
||||
STA IPL
|
||||
PLA
|
||||
ADC #$00
|
||||
STA IPH
|
||||
LDY #$01
|
||||
JMP FETCHOP
|
||||
|
Loading…
Reference in New Issue
Block a user