Vicious/firmware/cffa1a.s
2014-04-21 14:56:28 +03:00

17 lines
141 B
ArmAsm

.export _gotoCFFA1
.export _callCFFA1API
.include "CFFA1_API.s"
_gotoCFFA1:
jsr $9006
rts
_callCFFA1API:
tax
jsr CFFA1_API
rts