Microchip Technology IC PIC MCU PIC16F1937-I/PT TQFP-44 MCP PIC16F1937-I/PT Fiche De Données

Codes de produits
PIC16F1937-I/PT
Page de 472
 2008-2011 Microchip Technology Inc.
DS41364E-page 55
PIC16(L)F1934/6/7
FIGURE 3-6:
ACCESSING THE STACK EXAMPLE 2
FIGURE 3-7:
ACCESSING THE STACK EXAMPLE 3
0x0F
0x0E
0x0D
0x0C
0x0B
0x0A
0x09
0x08
0x07
0x06
0x05
0x04
0x03
0x02
0x01
Return Address
0x00
STKPTR = 0x00
This figure shows the stack configuration
after the first CALL or a single interrupt.
If a RETURN  instruction is executed, the
return address will be placed in the
Program Counter and the Stack Pointer
decremented to the empty state (0x1F).
TOSH:TOSL
0x0F
0x0E
0x0D
0x0C
0x0B
0x0A
0x09
0x08
0x07
Return Address
0x06
Return Address
0x05
Return Address
0x04
Return Address
0x03
Return Address
0x02
Return Address
0x01
Return Address
0x00
STKPTR = 0x06
After seven CALLs or six CALLs and an
interrupt, the stack looks like the figure
on the left.  A series of RETURN instructions
will repeatedly place the return addresses 
into the Program Counter and pop the stack.
TOSH:TOSL