Previous Topic Next topic Print topic


Fixed Binary (p ≤ 7)

Fixed Binary (p 7) is an 8-bit, signed, 2's complement binary integer. The low order 7 bits contain the integer, the high order bit contains the sign. The sign bit (S) is 1 if the value is negative, 0 if the value is positive or zero. This data type is available only when you use the -vax Compiler option.

Size     Alignment    Range
1 byte 1 byte -128 to 127
Previous Topic Next topic Print topic