Vicious/firmware/cffa1a.s

17 lines
141 B
ArmAsm
Raw Normal View History

2014-04-21 11:56:28 +00:00
.export _gotoCFFA1
.export _callCFFA1API
.include "CFFA1_API.s"
_gotoCFFA1:
jsr $9006
rts
_callCFFA1API:
tax
jsr CFFA1_API
rts