ack/mach/vax4/libem/cmand.s
1990-01-12 10:29:26 +00:00

16 lines
216 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .cmand
! $Header$
! bytes in r0
.cmand:
movl (sp)+,r2
addl3 r0,sp,r1
ashl $-2,r0,r0
I1:
bicl2 (sp)+,(r1)+
sobgtr r0,I1
jmp (r2)