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/pbuz1_neq__deref_qbuc1_then_la1.asm

7 lines
60 B
NASM
Raw Normal View History

lda {z1}
cmp {c1}
bne {la1}
lda {z1}+1
cmp {c1}+1
bne {la1}