mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-17 00:30:07 +00:00
Added missing fragment. Closes #555
This commit is contained in:
parent
4caaa9b752
commit
77754f8d39
13
src/main/fragment/mos6502-common/vdum1_eq_vduc1_then_la1.asm
Normal file
13
src/main/fragment/mos6502-common/vdum1_eq_vduc1_then_la1.asm
Normal file
@ -0,0 +1,13 @@
|
||||
lda {m1}+3
|
||||
cmp #>{c1}>>$10
|
||||
bne !+
|
||||
lda {m1}+2
|
||||
cmp #<{c1}>>$10
|
||||
bne !+
|
||||
lda {m1}+1
|
||||
cmp #>{c1}
|
||||
bne !+
|
||||
lda {m1}
|
||||
cmp #<{c1}
|
||||
beq {la1}
|
||||
!:
|
Loading…
x
Reference in New Issue
Block a user