ack/mach/m68k4/libsys/stime.s

16 lines
189 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _stime
.extern _stime
.sect .text
1986-07-22 13:23:14 +00:00
.sect .rom
.sect .data
.sect .bss
.sect .text
1984-12-14 15:52:15 +00:00
_stime: move.w #0x19,d0
move.l 4(sp),a0
move.l (a0),a0
trap #0
bcs 1f
rts
1:
jmp cerror