1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-01 07:29:32 +00:00

Simpler DINTERP entry

This commit is contained in:
David Schmenk 2019-11-28 13:27:11 -08:00 committed by GitHub
parent acf2aaacfe
commit 50f2ac669c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -283,17 +283,17 @@ DINTRP PHP
XCE
+ACCMEM16 ; 16 BIT A/M
PLA
INC
STA IP
STX ESP
TSX
STX HWSP
LDX #>OPTBL
!IF DEBUG {
INC IP
JMP SETDBG
} ELSE {
STX OPPAGE
LDY #$00
LDY #$01
JMP FETCHOP
}
!AS