ack/mach/m68k4/libsys/mount.s
1984-12-14 15:52:15 +00:00

10 lines
129 B
ArmAsm

.define _mount
.extern _mount
.text
_mount: move.w #0x15,d0
move.l 4(sp),a0
move.l 8(sp),d1
move.l 12(sp),a1
jmp callc