initial version
This commit is contained in:
6
mach/i386/libsys/write.s
Normal file
6
mach/i386/libsys/write.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.define _write
|
||||
.sect .text
|
||||
_write:
|
||||
mov ax,4
|
||||
jmp syscal
|
||||
Reference in New Issue
Block a user