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

PIC16CE625-04/P 参数 Datasheet PDF下载

PIC16CE625-04/P图片预览
型号: PIC16CE625-04/P
PDF下载: 下载PDF文件 查看货源
内容描述: OTP 8位CMOS微控制器与EEPROM数据存储器 [OTP 8-Bit CMOS MCU with EEPROM Data Memory]
分类和应用: 存储微控制器和处理器外围集成电路光电二极管可编程只读存储器电动程控只读存储器电可擦编程只读存储器时钟
文件页数/大小: 108 页 / 2330 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16CE625-04/P的Datasheet PDF文件第17页浏览型号PIC16CE625-04/P的Datasheet PDF文件第18页浏览型号PIC16CE625-04/P的Datasheet PDF文件第19页浏览型号PIC16CE625-04/P的Datasheet PDF文件第20页浏览型号PIC16CE625-04/P的Datasheet PDF文件第22页浏览型号PIC16CE625-04/P的Datasheet PDF文件第23页浏览型号PIC16CE625-04/P的Datasheet PDF文件第24页浏览型号PIC16CE625-04/P的Datasheet PDF文件第25页  
PIC16CE62X  
A simple program to clear RAM location 20h-2Fh using  
indirect addressing is shown in Example 4-1.  
4.4  
Indirect Addressing, INDF and FSR  
Registers  
The INDF register is not a physical register. Addressing  
the INDF register will cause indirect addressing.  
EXAMPLE 4-1: INDIRECT ADDRESSING  
movlw 0x20  
movwf FSR  
;initialize pointer  
;to RAM  
Indirect addressing is possible by using the INDF reg-  
ister. Any instruction using the INDF register actually  
accesses data pointed to by the file select register  
(FSR). Reading INDF itself indirectly will produce 00h.  
Writing to the INDF register indirectly results in a  
no-operation (although status bits may be affected). An  
effective 9-bit address is obtained by concatenating the  
8-bit FSR register and the IRP bit (STATUS<7>), as  
shown in Figure 4-13. However, IRP is not used in the  
PIC16CE62X.  
NEXT  
clrf  
incf  
INDF  
FSR  
;clear INDF register  
;inc pointer  
btfss FSR,4 ;all done?  
goto  
NEXT  
;no clear next  
;yes continue  
CONTINUE:  
FIGURE 4-13: DIRECT/INDIRECT ADDRESSING PIC16CE62X  
Direct Addressing  
Indirect Addressing  
(1)  
(1)  
from opcode  
7
RP1 RP0  
6
0
0
IRP  
FSR register  
bank select  
00h  
location select  
bank select  
location select  
00  
01  
10  
11  
00h  
not used  
Data  
Memory  
7Fh  
7Fh  
Bank 0  
Bank 1 Bank 2  
Bank 3  
For memory map detail see Figure 4-4 and Figure 4-5.  
Note 1: The RP1 and IRP bits are reserved, always maintain these bits clear.  
1998 Microchip Technology Inc.  
Preliminary  
DS40182A-page 21  
 
 复制成功!