DCL:MISC£±:BITLIB: Bit-Pattern Processing *#:Explanation of Subroutines
Carves out a bit pattern from a continuous storage region.
CALL GBYTE(NP,IO,IB,NB)
CALL GBYTES(NP,NO,IB,NB,NS,IT)
NP (I) Word at the head of the continuous storage region (such as an array). IO (I) A variable that returns the clipped bit pattern. NO (I) An array that returns the clipped bit pattern. IB (I) Number of bits to skip in the word at the head. NB (I) Number of bits to clip out. NS (I) The number of bits in between the bit pattern to clip out. IT (I) Length of array NO.