1
0
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:
David Schmenk 2019-12-01 15:39:21 -08:00 committed by GitHub
parent 8f85445700
commit db6bc55df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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