PIC17CXX Instruction Set


SETF


Syntax : SETF f,s

Description : If 's' is 1, the contents of register 'f' are set to FFh.
              If 's' is 0, both W register and register file 'f' are set to FFh.                 
							

Function : FFh → f,   FFh → d

Hex code : 2Aff

Bit field:
0010 101s ffff ffff

Words : 1

Cycles : 1

Affected flags : None

See also : CLRF
Previous    Upper level    Next