ack/mach/m68k2/libsys/_ftime.s

12 lines
158 B
ArmAsm
Raw Normal View History

1990-01-22 10:54:12 +00:00
.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