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/pbuc1_eq__deref_qbuc2_then_la1.asm
2023-04-24 05:27:26 +00:00

7 lines
61 B
NASM

lda #<{c1}
cmp {c2}
bne !+
lda #>{c1}
cmp {c2}+1
beq {la1}
!: