ack/mach/m68020/libsys/stime.s

11 lines
152 B
ArmAsm
Raw Normal View History

1987-01-29 22:36:35 +00:00
.define _stime
.extern _stime
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_stime: move.l #0x19,d0
move.l ([4,sp]),(4,sp)
jmp (callc)