Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 376 Bytes

iii.1.1.2-boolean-data-type.md

File metadata and controls

3 lines (2 loc) · 376 Bytes

III.1.1.2 Boolean data type

A CLI Boolean type occupies 1 byte in memory. A bit pattern of all zeroes denotes a value of false. A bit pattern with any one or more bits set (analogous to a non-zero integer) denotes a value of true. For the purpose of stack operations boolean values are treated as unsigned 1-byte integers (§III.1.1.1).