1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00
kickc/src/main/fragment/mos6502-common/pbuc1_neq__deref_qbuc2_then_la1.asm
2023-04-24 05:27:26 +00:00

7 lines
62 B
NASM

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