PIC17CXX Instruction Set


CPFSEQ


Syntax : CPFSEQ f

Description : If the contents of data memory location 'f' are equal to 
              the contents of W register, the next instruction is skipped.
              If f=W the next instruction, already fetched, is discarded and
              a NOP is executed instead, making this a 2 cycles instruction.

Function : (f) - (W), skip next if f = W

Hex code : 31ff

Bit field:
0011 0001 ffff ffff

Words : 1

Cycles : 1(2)

Affected flags : None

See also :   CPFSGT,   CPFSLT
Previous    Upper level    Next