| www.delorie.com/gnu/docs/gcc/g77_271.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
CALL MvBits(From, FromPos, Len, TO, ToPos) |
From: INTEGER; scalar; INTENT(IN).
FromPos: INTEGER; scalar; INTENT(IN).
Len: INTEGER; scalar; INTENT(IN).
TO: INTEGER with same `KIND=' value as for From; scalar; INTENT(INOUT).
ToPos: INTEGER; scalar; INTENT(IN).
Intrinsic groups: mil, f90, vxt.
Description:
Moves Len bits from positions FromPos through `FromPos+Len-1' of From to positions ToPos through `FromPos+Len-1' of TO. The portion of argument TO not affected by the movement of bits is unchanged. Arguments From and TO are permitted to be the same numeric storage unit. The values of `FromPos+Len' and `ToPos+Len' must be less than or equal to `BIT_SIZE(From)'.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |