1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-09 19:31: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 ;* SYSTEM INTERPRETER ENTRYPOINT
;* ;*
INTERP PLA INTERP PLA
CLC
ADC #$01
STA IPL STA IPL
PLA PLA
ADC #$00
STA IPH STA IPH
LDY #$01 LDY #$01
JMP FETCHOP JMP FETCHOP