ack/mach/pmds4/libsys/stime.s

11 lines
111 B
ArmAsm
Raw Normal View History

1985-03-04 16:08:41 +00:00
.define _stime
.extern _stime
.text
_stime: trap #0
.short 0x19
bcc 1f
jmp cerror
1:
clr.l d0
rts