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

Enable 65C02 ConstantNybble

This commit is contained in:
David Schmenk 2018-03-05 12:19:47 -08:00
parent 334bf1ec4d
commit f3ef1b4820

View File

@ -1728,15 +1728,16 @@ CDINTRP PLY
JMP FETCHOP
CDINTRPEND
;
; LDA #<ZERO
; LDX #>ZERO
; LDY #(CZEROEND-CZERO)
; JSR OPCPY
;CZERO DEX
; STZ ESTKL,X
; STZ ESTKH,X
; JMP NEXTOP
;CZEROEND
LDA #<CN
LDX #>CN
LDY #(CCNEND-CCN)
JSR OPCPY
CCN DEX
LSR
STA ESTKL,X
STZ ESTKH,X
JMP NEXTOP
CCNEND
;
LDA #<CB
LDX #>CB