ack/mach/m68k2/libsys/ftime.s

12 lines
155 B
ArmAsm
Raw Normal View History

1985-04-18 15:14:37 +00:00
.define _ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-04-18 15:14:37 +00:00
.extern _ftime
.sect .text
1985-04-18 15:14:37 +00:00
_ftime: move.w #0x23,d0
move.l 4(sp),a0
jmp callc