PIC16CXX Instruction Set


RETFIE


Syntax : RETFIE

Description : Return from Interrupt. Stack is popped and TOS is loaded in PC.
              Interrupts are enabled by setting the GIE bit. GIE is the global
              interrupt enable bit (INTCON<7>). This is a two cycles instruction.            
              

Function : TOS → PC,  1 → GIE.

Hex code : 0009

Bit field:
00 0000 0000 1001

Words : 1

Cycles : 2

Affected flags : None

See also :   ---
Previous    Upper level    Next