Writes positive integer binary (fixed-point) values in Intel and DEC formats.
Category: | Numeric |
y=put(x,pibr2.); put y $hex4.;
Value of
x |
Result 1
|
---|---|
----+----1 |
|
128 |
8000 |
1The result is a hexadecimal representation of a two-byte binary number written in positive integer binary format, which occupies one column of the output field. |