1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-04 03:59:49 +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 JMP FETCHOP
CDINTRPEND CDINTRPEND
; ;
; LDA #<ZERO LDA #<CN
; LDX #>ZERO LDX #>CN
; LDY #(CZEROEND-CZERO) LDY #(CCNEND-CCN)
; JSR OPCPY JSR OPCPY
;CZERO DEX CCN DEX
; STZ ESTKL,X LSR
; STZ ESTKH,X STA ESTKL,X
; JMP NEXTOP STZ ESTKH,X
;CZEROEND JMP NEXTOP
CCNEND
; ;
LDA #<CB LDA #<CB
LDX #>CB LDX #>CB