Initial revision
This commit is contained in:
11
mach/pdp/libsys/ftime.s
Normal file
11
mach/pdp/libsys/ftime.s
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "sys.h"
|
||||
.globl _ftime
|
||||
|
||||
_ftime:
|
||||
mov 2(sp),0f+2
|
||||
sys indir; 0f
|
||||
rts pc
|
||||
|
||||
.data
|
||||
0:
|
||||
sys ftime; ..
|
||||
Reference in New Issue
Block a user