Adapted for use of ACK VAX assembler

This commit is contained in:
ceriel
1990-01-11 16:00:19 +00:00
parent d8832134d2
commit 4ef63cdaea
141 changed files with 1026 additions and 816 deletions

View File

@@ -1,11 +1,12 @@
.set creat,8
.globl _creat
.globl cerror
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
creat = 8
.define _creat
_creat:
.word 0x0000
.data2 0x0000
chmk $creat
bcc ok
bcc 1f
jmp cerror
ok:
1:
ret