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,18 +1,19 @@
#include "sys.h"
.globl _phys
.globl _errno
.define _phys
.extern _errno
_phys:
mov 2(sp),0f+2
mov 4(sp),0f+4
mov 6(sp),0f+6
sys indir; 0f
bec 1f
sys indir; .data2 0f
bcc 1f
mov r0,_errno
mov $-1,r0
1:
rts pc
.data
.sect .data
0:
sys phys; ..; ..; ..
sys phys
.data2 0, 0, 0