ack/mach/pmds4/libsys/time.s

22 lines
214 B
ArmAsm
Raw Normal View History

1985-02-07 22:59:50 +00:00
.define _time
.define _ftime
.extern _time
_time:
trap #0
.short 0xD
tst.l 4(sp)
beq 1f
move.l 4(sp),a0
move.l d0,(a0)
1:
rts
.extern _ftime
_ftime:
trap #0
.short 0x23
bcc 1f
jmp cerror
1:
clr.l d0
rts