ack/mach/m68k2/libsys/utime.s

13 lines
173 B
ArmAsm
Raw Normal View History

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