Initial revision
This commit is contained in:
12
mach/xenix3/libsys/ftime.s
Normal file
12
mach/xenix3/libsys/ftime.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user