mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-07 15:31:49 +00:00
Simpler DINTERP entry
This commit is contained in:
parent
50f2ac669c
commit
2fe4b9ed52
@ -223,13 +223,10 @@ OPTBL !WORD CN,CN,CN,CN,CN,CN,CN,CN ; 00 02
|
|||||||
;* DIRECTLY ENTER INTO BYTECODE INTERPRETER
|
;* DIRECTLY ENTER INTO BYTECODE INTERPRETER
|
||||||
;*
|
;*
|
||||||
DINTRP PLA
|
DINTRP PLA
|
||||||
CLC
|
|
||||||
ADC #$01
|
|
||||||
STA IPL
|
STA IPL
|
||||||
PLA
|
PLA
|
||||||
ADC #$00
|
|
||||||
STA IPH
|
STA IPH
|
||||||
LDY #$00
|
LDY #$01
|
||||||
LDA #>OPTBL
|
LDA #>OPTBL
|
||||||
STA OPPAGE
|
STA OPPAGE
|
||||||
JMP FETCHOP
|
JMP FETCHOP
|
||||||
|
Loading…
Reference in New Issue
Block a user