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

PIC16F877T-20P 参数 Datasheet PDF下载

PIC16F877T-20P图片预览
型号: PIC16F877T-20P
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器\n [Microcontroller ]
分类和应用: 微控制器
文件页数/大小: 200 页 / 3338 K
品牌: ETC [ ETC ]
 浏览型号PIC16F877T-20P的Datasheet PDF文件第23页浏览型号PIC16F877T-20P的Datasheet PDF文件第24页浏览型号PIC16F877T-20P的Datasheet PDF文件第25页浏览型号PIC16F877T-20P的Datasheet PDF文件第26页浏览型号PIC16F877T-20P的Datasheet PDF文件第28页浏览型号PIC16F877T-20P的Datasheet PDF文件第29页浏览型号PIC16F877T-20P的Datasheet PDF文件第30页浏览型号PIC16F877T-20P的Datasheet PDF文件第31页  
PIC16F87X  
2.5  
Indirect Addressing, INDF and FSR  
Registers  
EXAMPLE 2-2: INDIRECT ADDRESSING  
movlw  
movwf  
clrf  
incf  
btfss  
goto  
0x20  
FSR  
INDF  
FSR,F  
FSR,4  
NEXT  
;initialize pointer  
;to RAM  
;clear INDF register  
;inc pointer  
;all done?  
;no clear next  
The INDF register is not a physical register. Addressing  
the INDF register will cause indirect addressing.  
NEXT  
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 2-6.  
CONTINUE  
:
;yes continue  
A simple program to clear RAM locations 20h-2Fh  
using indirect addressing is shown in Example 2-2.  
FIGURE 2-6: DIRECT/INDIRECT ADDRESSING  
Direct Addressing  
Indirect Addressing  
from opcode  
7
RP1:RP0  
6
0
0
IRP  
FSR register  
bank select  
location select  
bank select  
location select  
00  
01  
80h  
10  
100h  
11  
00h  
180h  
Data  
Memory  
(1)  
7Fh  
Bank 0  
FFh  
Bank 1  
17Fh  
Bank 2  
1FFh  
Bank 3  
Note 1: For register file map detail see Figure 2-3.  
1999 Microchip Technology Inc.  
DS30292B-page 27