ack/mach/m68k4/libsys/ftime.s

11 lines
143 B
ArmAsm
Raw Permalink Normal View History

1985-03-21 14:04:45 +00:00
.define _ftime
.extern _ftime
1986-07-22 13:23:14 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-03-21 14:04:45 +00:00
_ftime: move.w #0x23,d0
move.l 4(sp),a0
jmp callc