欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC12C508A-04/P 参数 Datasheet PDF下载

PIC12C508A-04/P图片预览
型号: PIC12C508A-04/P
PDF下载: 下载PDF文件 查看货源
内容描述: 8引脚, 8位CMOS微控制器 [8-Pin, 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路光电二极管PC可编程只读存储器时钟
文件页数/大小: 113 页 / 1604 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC12C508A-04/P的Datasheet PDF文件第15页浏览型号PIC12C508A-04/P的Datasheet PDF文件第16页浏览型号PIC12C508A-04/P的Datasheet PDF文件第17页浏览型号PIC12C508A-04/P的Datasheet PDF文件第18页浏览型号PIC12C508A-04/P的Datasheet PDF文件第20页浏览型号PIC12C508A-04/P的Datasheet PDF文件第21页浏览型号PIC12C508A-04/P的Datasheet PDF文件第22页浏览型号PIC12C508A-04/P的Datasheet PDF文件第23页  
PIC12C5XX  
4.6.1  
EFFECTS OF RESET  
4.6  
Program Counter  
The Program Counter is set upon a RESET, which  
means that the PC addresses the last location in the  
last page i.e., the oscillator calibration instruction. After  
executing MOVLW XX, the PC will roll over to location  
00h, and begin executing user code.  
As a program instruction is executed, the Program  
Counter (PC) will contain the address of the next  
program instruction to be executed. The PC value is  
increased by one every instruction cycle, unless an  
instruction changes the PC.  
The STATUS register page preselect bits are cleared  
upon a RESET, which means that page 0 is pre-  
selected.  
For a GOTOinstruction, bits 8:0 of the PC are provided  
by the GOTOinstruction word. The PC Latch (PCL) is  
mapped to PC<7:0>. Bit 5 of the STATUS register  
provides page information to bit 9 of the PC (Figure 4-  
8).  
Therefore, upon a RESET, a GOTO instruction will  
automatically cause the program to jump to page 0  
until the value of the page bits is altered.  
For a CALL instruction, or any instruction where the  
PCL is the destination, bits 7:0 of the PC again are  
provided by the instruction word. However, PC<8>  
does not come from the instruction word, but is always  
cleared (Figure 4-8).  
4.7  
Stack  
PIC12C5XX devices have  
hardware push/pop stack.  
a 12-bit wide L.I.F.O.  
Instructions where the PCL is the destination, or  
Modify PCL instructions, include MOVWF PC, ADDWF  
PC,and BSF PC,5.  
A CALLinstruction will push the current value of stack  
1 into stack 2 and then push the current program  
counter value, incremented by one, into stack level 1. If  
more than two sequential CALL’s are executed, only  
the most recent two return addresses are stored.  
Note: Because PC<8> is cleared in the CALL  
instruction, or any Modify PCL instruction,  
all subroutine calls or computed jumps are  
limited to the first 256 locations of any pro-  
gram memory page (512 words long).  
A RETLWinstruction will pop the contents of stack level  
1 into the program counter and then copy stack level 2  
contents into level 1. If more than two sequential  
RETLW’s are executed, the stack will be filled with the  
address previously stored in level 2. Note that the  
W register will be loaded with the literal value specified  
in the instruction. This is particularly useful for the  
implementation of data look-up tables within the  
program memory.  
FIGURE 4-8: LOADING OF PC  
BRANCH INSTRUCTIONS -  
PIC12C5XX  
GOTO Instruction  
11  
10  
9
8
7
0
Upon any reset, the contents of the stack remain  
unchanged, however the program counter (PCL) will  
also be reset to 0.  
PC  
PCL  
Instruction Word  
0
Note 1: There are no STATUS bits to indicate  
stack overflows or stack underflow condi-  
tions.  
PA0  
7
Note 2: There are no instructions mnemonics  
called PUSH or POP. These are actions  
that occur from the execution of the CALL  
and RETLWinstructions.  
STATUS  
CALL or Modify PCL Instruction  
11  
10  
9
8
7
0
PC  
PCL  
Instruction Word  
Reset to ‘0’  
PA0  
7
0
STATUS  
1999 Microchip Technology Inc.  
DS40139E-page 19  
 复制成功!