SETC XF
6-324
SETC XF Set XF Bit and Output Signal
SYNTAX OPTIONS OPCODE OBJMODE RPT CYC
SETC XF 0101 0110 0010 0110 X − 1
Operands
XF
Status bit and output signal
Description Set the XF status bit and pull the corresponding output signal high.
Flags and
Modes
XF
The XF status bit is set.
Repeat This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example
; Pulse XF signal high if branch not taken:
MOV AL,@VarA ; Load AL with contents of VarA
SB Dest,NEQ ; ACC = VarA
SETC XF ; Set XF bit and signal high
CLRC XF ; Clear XF bit and signal low
.
.
Dest:
.