Initial revision

This commit is contained in:
ceriel
1987-01-08 10:41:08 +00:00
parent 037c2426ab
commit c2805a25bd
54 changed files with 671 additions and 0 deletions

7
mach/i86/libsys/read.s Normal file
View File

@@ -0,0 +1,7 @@
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _read
.extern _read, cerror
_read: int 0x83
jb 9f
ret
9: jmp cerror