1
0
Files
2022-09-29 17:59:04 +03:00

11 lines
120 B
ArmAsm

#include <sys/regdef.h>
#include <sys/asm.h>
.extern tpfunc;
LEAF(_tpbutton)
PTR_L v0,tpfunc
jr v0
END(_tpbutton)