1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-10 07:25:07 +00:00

Simpler DINTERP entry

This commit is contained in:
David Schmenk
2019-11-28 13:22:06 -08:00
committed by GitHub
parent 02b3b88862
commit 27eca20a04

View File

@@ -149,13 +149,10 @@ OPTBL !WORD CN,CN,CN,CN,CN,CN,CN,CN ; 00 02
;* DIRECTLY ENTER INTO BYTECODE INTERPRETER
;*
DINTRP PLA
CLC
ADC #$01
STA IPL
PLA
ADC #$00
STA IPH
LDY #$00
LDY #$01
JMP FETCHOP
;*
;* INDIRECTLY ENTER INTO BYTECODE INTERPRETER