1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00
kickc/src/main/fragment/mos6502-common/vdum1_gt_vduc1_then_la1.asm

17 lines
160 B
NASM
Raw Normal View History

lda #>{c1}>>$10
cmp {m1}+3
bcc {la1}
bne !+
lda #<{c1}>>$10
cmp {m1}+2
bcc {la1}
bne !+
lda #>{c1}
cmp {m1}+1
bcc {la1}
bne !+
lda #<{c1}
cmp {m1}
bcc {la1}
!: