ack/mach/m68k4/libsys/unlink.s

7 lines
92 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _unlink
.extern _unlink
.text
_unlink: move.w #0xA,d0
move.l 4(sp),a0
jmp callc