1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 07:24:16 +00:00

Simpler INTERP entry

This commit is contained in:
David Schmenk 2019-11-28 13:20:43 -08:00 committed by GitHub
parent 49188358af
commit cfe2fc4a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,10 @@ SEGBEGIN JMP VMINIT
;* SYSTEM INTERPRETER ENTRYPOINT
;*
INTERP PLA
CLC
ADC #$01
STA IPL
PLA
ADC #$00
STA IPH
LDY #$00
LDY #$01
JMP FETCHOP
;*
;* ENTER INTO USER BYTECODE INTERPRETER