ack/mach/m68k4/libsys/umount.s

11 lines
145 B
ArmAsm
Raw Permalink Normal View History

1984-12-14 15:52:15 +00:00
.define _umount
.extern _umount
1986-07-22 13:23:14 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1984-12-14 15:52:15 +00:00
_umount: move.w #0x16,d0
move.l 4(sp),a0
jmp callc