Added entry points for ANSI C
This commit is contained in:
10
mach/mantra/libsys/_unlink.s
Normal file
10
mach/mantra/libsys/_unlink.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.define __unlink
|
||||
.extern __unlink
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
__unlink: move.l #0xA,d0
|
||||
move.l 4(sp),a0
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user