Integer Calculations
Macro functions performing integer calculations (BIT_AND, BIT_NOT, BIT_OR, BIT_XOR, and TO) do not handle negative numbers. Values must be between 0 - 2 to the 24th power minus 1; otherwise, an error is returned.