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 _reboot
.globl _errno
.define _reboot
.extern _errno
_reboot:
mov 2(sp),0f+2
mov 4(sp),0f+4
sys indir; 0f
bec 1f
sys indir; .data2 0f
bcc 1f
mov r0,_errno
mov $-1,r0
rts pc
1:
clr r0
rts pc
.data
.sect .data
0:
sys reboot; ..; ..
sys reboot
.data2 0, 0