43 SUBROUTINE w3ai41(KFLD,KOUT,KLEN,KNUM,KOFF)
52 IF (offset.LT.0)
RETURN
53 IF (klen.GT.64.OR.klen.LT.1)
THEN
67 wrdset = ishft(offset,-6)
68 bitset = mod(offset,64)
69 itemp = kfld(wrdset+1)
70 ntemp = kfld(wrdset+2)
71 itemp = ishft(itemp,bitset)
72 ntemp = ishft(ntemp,bitset-64)
73 kout(i) = ishft(ior(itemp,ntemp),jcount)
74 offset = offset + length
subroutine w3ai41(kfld, kout, klen, knum, koff)
Unpack consecutive binary strings of the same size from one user supplied array and store them in the...