Initial revision
This commit is contained in:
6
mach/m68k2/libsys/unlink.s
Normal file
6
mach/m68k2/libsys/unlink.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.define _unlink
|
||||
.extern _unlink
|
||||
.text
|
||||
_unlink: move.w #0xA,d0
|
||||
move.l 4(sp),a0
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user