ack/mach/m68k2/libsys/ftime.s
1985-04-18 15:14:37 +00:00

7 lines
91 B
ArmAsm

.define _ftime
.extern _ftime
.text
_ftime: move.w #0x23,d0
move.l 4(sp),a0
jmp callc