SetCondBit

The SetCondBit microinstruction sets the contents of a specified condition bit to 0 or 1. Note that this is just a convenience method since you can also set any bit of any register using the Set microinstruction.

Parameters:

Bit: the condition bit to be set.

Value: the value (0 or 1) to which the condition bit is to be set.