ack/plat/pdpv7/libsys/ftime.s

13 lines
124 B
ArmAsm
Raw Normal View History

1987-01-07 17:13:41 +00:00
#include "sys.h"
1987-05-14 17:45:41 +00:00
.define _ftime
1987-01-07 17:13:41 +00:00
_ftime:
mov 2(sp),0f+2
1987-05-14 17:45:41 +00:00
sys indir; .data2 0f
1987-01-07 17:13:41 +00:00
rts pc
1987-05-14 17:45:41 +00:00
.sect .data
1987-01-07 17:13:41 +00:00
0:
1987-05-14 17:45:41 +00:00
sys ftime
.data2 0