Writes integer binary (fixed-point) values in Intel and DEC formats.
Category: | Numeric |
Alignment: | Left |
y=put(x,ibr4.); put y $hex8.;
Value of
x |
Result1
|
---|---|
|
----+----1 |
128 |
80000000 |
1The result is a hexadecimal representation of a 4-byte integer binary number. Each byte occupies one column of the output field. |