[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Rotate bits of a byte value to the left
Source position: systemh.inc line 962
function RolByte( |
const AValue: Byte |
):Byte; |
const AValue: Byte; |
const Dist: Byte |
):Byte; |
RolByte rotates the bits of the byte AValue with Dist positions to the left. If Dist is not specified, then 1 is assumed.
None.
|
Rotate bits of a byte value to the right |
|
|
Rotate bits of a word value to the left |
|
|
Rotate bits of a DWord (cardinal) value to the left |
|
|
Rotate bits of a QWord (64-bit) value to the left |