ack/mach/m68020/libsys/ftime.s

10 lines
127 B
ArmAsm
Raw Normal View History

1987-01-29 22:36:35 +00:00
.define _ftime
.extern _ftime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_ftime: move.l #0x23,d0
jmp (callc)