PIC17CXX Instruction Set


RLNCF


Syntax : RLNCF f,d

Description : The contents of register 'f' are rotated one bit to the left.
              If 'd' is 0 the result is placed into W register.
              If 'd' is 1 the result is placed back in register 'f'.
             

Function : f<n> → d<n+1>,   f<7> → d<0>

Hex code : 22ff

Bit field:
0010 001d ffff ffff

Words : 1

Cycles : 1

Affected flags : None

See also : RLCF,   RRCF,   RRNCF
Previous    Upper level    Next