passport/src/cffa.a

17 lines
265 B
Plaintext
Raw Normal View History

!zone {
EnterCFFAIfAvailable
ldy #$04
- lda $C7F6, y
cmp CFFASignature, y
2019-04-18 05:26:19 +00:00
sec
bne +
dey
bpl -
jsr $C730
clc
+
rts
CFFASignature
!byte $43,$46,$33,$4B,$31
}