ack/mach/mantra/libsys/ftime.s

17 lines
216 B
ArmAsm
Raw Normal View History

1987-02-02 10:25:38 +00:00
.define _ftime
.extern _ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1987-07-24 13:24:19 +00:00
_ftime: clr.l -(sp)
jsr _time
lea 4(sp),sp
1987-02-02 10:25:38 +00:00
move.l 4(sp),a0
1987-07-24 13:24:19 +00:00
move.l d0,(a0)
clr.l 4(a0)
clr.w 8(a0)
clr.l d0
rts