Nevermind :-(

This commit is contained in:
David Schmenk 2019-12-01 16:06:56 -08:00 committed by GitHub
parent 1d45c04792
commit 0f8d46bd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,10 +184,13 @@ OPXTBL !WORD ZERO,ADD,SUB,MUL,DIV,MOD,INCR,DECR ; 00 02 04 06 08
;* ENTER INTO BYTECODE INTERPRETER
;*
DINTRP PLA
CLC
ADC #$01
STA IPL
PLA
ADC #$00
STA IPH
LDY #$01
LDY #$00
LDA #>OPTBL
STA OPPAGE
BIT LCRWEN+LCBNK2
@ -1342,7 +1345,7 @@ ENTER LDA IFPH
DEY
STA (IFP),Y
BNE -
+ LDY #$04
+ LDY #$03
JMP FETCHOP
;*
;* LEAVE FUNCTION