.define _ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern _ftime
_ftime: move.w #0x23,d0
move.l 4(sp),a0
jmp callc