2.4.4 SBYTE/SBYTES

1.
Function
Inserts a bit pattern. into a continuous storage region.
2.
Call
CALL SBYTE(NP,IO,IB,NB)
CALL SBYTES(NP,NO,IB,NB,NS,IT)
3.
Explanation of Parameters
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.
4.
Notes
(a)
NB must be greater than 1 and less than the number of bits of one word (in this case, 32).