PIC17CXX Instruction Set


RETURN


Syntax : RETURN

Description : Return from Interrupt. Stack is popped and TOS is loaded in PC.
              This is a two cycles instruction.            
              

Function : TOS → PC

Hex code : 0002

Bit field:
0000 0000 0000 0010

Words : 1

Cycles : 2

Affected flags : None

See also :   CALL,   LCALL,   RETLW
Previous    Upper level    Next