Initial revision
This commit is contained in:
14
mach/m68020/libsys/time.s
Normal file
14
mach/m68020/libsys/time.s
Normal file
@@ -0,0 +1,14 @@
|
||||
.define _time
|
||||
.extern _time
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
_time: move.l #0xD,d0
|
||||
trap #0
|
||||
tst.l (4,sp)
|
||||
beq 1f
|
||||
move.l d0,([4,sp])
|
||||
1:
|
||||
rts
|
||||
Reference in New Issue
Block a user