Initial revision
This commit is contained in:
10
mach/mantra/libsys/ftime.s
Normal file
10
mach/mantra/libsys/ftime.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.define _ftime
|
||||
.extern _ftime
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
_ftime: move.l #0x23,d0
|
||||
move.l 4(sp),a0
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user