PIC17CXX Instruction Set


TSTFSZ


Syntax : TSTFSZ f

Description :  if 'f'=0 the next instruction is discarded and a NOP is
               executed, making this a two-cycles instruction.
                 

Function   :  skip if f=0					      


Hex code : 33ff

Bit field:
0011 0011 ffff ffff

Words : 1

Cycles : 1 (2)

Affected flags : None

See also :   ---
Previous    Upper level    Next