1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-21 07:17:03 +00:00

Simpler INTERP entry

This commit is contained in:
David Schmenk
2019-11-28 13:23:53 -08:00
committed by GitHub
parent 27eca20a04
commit acf2aaacfe
+1 -3
View File
@@ -160,14 +160,12 @@ OPTBL !WORD CN,CN,CN,CN,CN,CN,CN,CN ; 00 02
;* SYSTEM INTERPRETER ENTRYPOINT
;*
INTERP PLA
CLC
ADC #$01
STA IPL
PLA
ADC #$00
STA IPH
LDY #$00
STY IPX
INY
JMP FETCHOP
;*
;* ENTER INTO USER BYTECODE INTERPRETER