Copies a sequence of bits from one data object to another.
Elemental subroutine
The bits are numbered 0 to BIT_SIZE(I)-1, from right to left.
If TO has the initial value 6, the value of TO is 5 after the statement
CALL MVBITS (7, 2, 2, TO, 0)
See Integer bit model.