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

21 lines
278 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .inn
! $Header$
! bytes in r0
.inn:
movl (sp)+,r3
movl (sp)+,r1
ashl $3,r0,r2 ! nr of bits in r2
cmpl r1,r2
bgequ I2
bbc r1,(sp),I2
movl $1,r1
I1:
addl2 r0,sp
jmp (r3)
I2:
clrl r1
br I1