ack/mach/ns/libsys/times.s

16 lines
170 B
ArmAsm
Raw Normal View History

1985-07-26 12:51:45 +00:00
.define _times
1987-01-16 16:49:46 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-07-26 12:51:45 +00:00
.extern _times
1987-01-16 16:49:46 +00:00
.sect .text
1985-07-26 12:51:45 +00:00
_times:
enter[], 0
movd 8(fp),tos
movd 43,tos
jsr @.mon
exit []
ret 0