PIC16CXX 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 : 0008

Bit field:
00 0000 0000 1000

Words : 1

Cycles : 2

Affected flags : None

See also :   CALL,   RETLW
Previous    Upper level    Next