passport/src/cffa.a
2021-04-20 00:27:11 -04:00

14 lines
255 B
Plaintext

EnterCFFAIfAvailable
ldy #$04
- lda $C7F6, y
cmp @CFFASignature, y
sec
bne +
dey
bpl -
jsr $C730
clc
+ rts
@CFFASignature
!byte $43,$46,$33,$4B,$31