Added entry points for ANSI C
This commit is contained in:
11
mach/ns/libsys/_close.s
Normal file
11
mach/ns/libsys/_close.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.define __close
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
.extern __close
|
||||
.sect .text
|
||||
__close:
|
||||
movd 0, r4
|
||||
ret 0
|
||||
Reference in New Issue
Block a user