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,11 +1,11 @@
#include "sys.h"
.globl _fork
.globl _errno
.define _fork
.extern _errno
_fork:
sys fork
br 1f
bec 2f
bcc 2f
mov r0,_errno
mov $-1,r0
2: