ack/mach/ns/libsys/_ftime.s

16 lines
173 B
ArmAsm
Raw Normal View History

1990-01-22 13:41:58 +00:00
.define __ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __ftime
.sect .text
__ftime:
enter[], 0
movd 8(fp),tos
movd 35,tos
jsr @.mon
exit []
ret 0