ack/mach/m68k2/libsys/_ftime.s
1990-01-22 10:54:12 +00:00

12 lines
158 B
ArmAsm

.define __ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __ftime
.sect .text
__ftime: move.w #0x23,d0
move.l 4(sp),a0
jmp callc