some more changes to use VAX assembler

This commit is contained in:
ceriel
1990-01-12 10:29:26 +00:00
parent 2bf8e3f535
commit 5108678fcd
74 changed files with 665 additions and 549 deletions

View File

@@ -1,12 +1,14 @@
# $Header$
.globl .com
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .com
# bytes in r0
! $Header$
! bytes in r0
.com:
movl (sp)+,r2
movl sp,r1
ashl $-2,r0,r0
L1:
I1:
mcoml (r1),(r1)+
sobgtr r0,L1
sobgtr r0,I1
jmp (r2)