converted to ACK assembler format

This commit is contained in:
ceriel
1987-05-14 17:45:41 +00:00
parent 680e0c347c
commit 7abf78f452
81 changed files with 553 additions and 504 deletions

View File

@@ -1,10 +1,10 @@
#include "sys.h"
.globl _pipe
.globl _errno
.define _pipe
.extern _errno
_pipe:
sys pipe
bec 1f
bcc 1f
mov r0,_errno
mov $-1,r0
rts pc