Initial revision

This commit is contained in:
duk
1985-01-18 14:30:03 +00:00
parent 2d8dcaa2df
commit 8d87404836
70 changed files with 1691 additions and 0 deletions

12
mach/vax4/libem/com.s Normal file
View File

@@ -0,0 +1,12 @@
# $Header$
.globl .com
# bytes in r0
.com:
movl (sp)+,r2
movl sp,r1
ashl $-2,r0,r0
L1:
mcoml (r1),(r1)+
sobgtr r0,L1
jmp (r2)