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

PIC16C74B-04I/P 参数 Datasheet PDF下载

PIC16C74B-04I/P图片预览
型号: PIC16C74B-04I/P
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚8位CMOS微控制器 [28/40-Pin 8-Bit CMOS Microcontrollers]
分类和应用: 微控制器和处理器外围集成电路光电二极管PC可编程只读存储器时钟
文件页数/大小: 184 页 / 2122 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC16C74B-04I/P的Datasheet PDF文件第23页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第24页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第25页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第26页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第28页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第29页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第30页浏览型号PIC16C74B-04I/P的Datasheet PDF文件第31页  
PIC16C63A/65B/73B/74B  
EXAMPLE 4-2:  
INDIRECT ADDRESSING  
4.5  
Indirect Addressing, INDF and  
FSR Registers  
movlw  
movwf  
0x20  
FSR  
;initialize pointer  
;to RAM  
The INDF register is not a physical register. Addressing  
the INDF register will cause indirect addressing.  
NEXT  
clrf  
incf  
btfss  
goto  
INDF  
;clear INDF register  
FSR,F ;inc pointer  
FSR,4 ;all done?  
Indirect addressing is possible by using the INDF reg-  
ister. Any instruction using the INDF register actually  
accesses the register pointed to by the File Select Reg-  
ister, FSR. Reading the INDF register itself indirectly  
(FSR = 0) will read 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-4.  
NEXT  
;no clear next  
CONTINUE  
:
;yes continue  
Note: Maintain the IRP and RP1 bits clear.  
A simple program to clear RAM locations 20h-2Fh  
using indirect addressing is shown in Example 4-2.  
FIGURE 4-4:  
DIRECT/INDIRECT ADDRESSING  
Direct Addressing  
Indirect Addressing  
from opcode  
7
RP1:RP0  
0
6
0
0
IRP  
0
FSR register  
bank select  
location select  
bank select  
location select  
00  
01  
80h  
10  
100h  
11  
00h  
180h  
Data  
Memory  
7Fh  
FFh  
17Fh  
1FFh  
Bank 0  
Bank 1 Bank 2  
Bank 3  
Note 1: For register file map detail, see Figure 4-2.  
2: Shaded portions are not implemented; maintain the IRP and RP1 bits clear.  
2000 Microchip Technology Inc.  
DS30605C-page 27