ack/mach/xenix3/libsys/_ftime.s

13 lines
160 B
ArmAsm
Raw Normal View History

1990-01-19 17:37:29 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.define __ftime
.sect .text
__ftime:
mov ax,2856
push bp
mov bp,sp
mov bx,4(bp)
call syscal
pop bp
ret