DCL:MISC£±:BITLIB: Bit-Pattern Processing *#:Explanation of Subroutines
Inserts a bit pattern. into a continuous storage region.
CALL SBYTE(NP,IO,IB,NB)
CALL SBYTES(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 specifies the bit pattern to insert. NO (I) An array that specifies the bit pattern to insert. IB (I) Number of bits to skip in the word at the head. NB (I) Number of bits to insert. NS (I) The number of bits in between the bit pattern to insert. IT (I) Length of array NO.