ack/mach/m68k2/libsys/mount.s

14 lines
181 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _mount
.sect .text
.sect .rom
.sect .data
.sect .bss
1984-12-14 15:52:15 +00:00
.extern _mount
.sect .text
1984-12-14 15:52:15 +00:00
_mount: move.w #0x15,d0
move.l 4(sp),a0
move.l 8(sp),d1
move.l 12(sp),a1
jmp callc