BIT Instruction

Synopsis

BIT <label>

Description

The BIT instruction pops the boolean value off the top of the runtime stack and branches to the target if the value is true.

Label Operand

The operand is a label that defines the target.

See Also

BIF, BRA