21 SUBROUTINE upbb(NVAL,NBITS,IBIT,IBAY)
23 COMMON /hrdwrd/ nbytw,nbitw,iord(8)
40 int = ishft(
irev(ibay(nwd)),nbt)
41 int = ishft(int,nbits-nbitw)
44 jnt =
irev(ibay(nwd+1))
45 int = ior(int,ishft(jnt,lbt-2*nbitw))
function irev(N)
This function will, when the local machine is "little-endian" (i.e., when it uses a right to left sch...
subroutine upbb(NVAL, NBITS, IBIT, IBAY)
This subroutine decodes an integer value from within a specified number of bits of an integer array,...