Name
>>> — Performs a signed binary Right Shift on a variable.
Synopsis
call binary.txt >>> { variable } { bits } [ result ]
Parameters
Table 78. >>> parameters
Name | Description |
---|
variable | Name of binary variable to shift |
bits | Number of bits to shift |
result | Name of resulting binary variable (default to %1). |
Description
Performs a unsigned binary Right Shift on a variable.