Update plvm02.s

Simplify DINTERP (looks similar to return from CALL)
This commit is contained in:
David Schmenk 2019-11-28 13:14:26 -08:00 committed by GitHub
parent 2043deeb70
commit 6518b8b207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,13 +184,10 @@ 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 #$00
LDY #$01
LDA #>OPTBL
STA OPPAGE
BIT LCRWEN+LCBNK2