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

PIC18F2450-I/SO 参数 Datasheet PDF下载

PIC18F2450-I/SO图片预览
型号: PIC18F2450-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚,高性能, 12 MIPS ,增强型闪存, USB微控制器采用纳瓦技术 [28/40/44-Pin, High-Performance, 12 MIPS, Enhanced Flash, USB Microcontrollers with nanoWatt Technology]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管PC时钟
文件页数/大小: 320 页 / 5591 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F2450-I/SO的Datasheet PDF文件第257页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第258页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第259页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第260页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第262页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第263页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第264页浏览型号PIC18F2450-I/SO的Datasheet PDF文件第265页  
PIC18F2450/4450  
ADD W to Indexed  
(Indexed Literal Offset mode)  
Bit Set Indexed  
(Indexed Literal Offset mode)  
ADDWF  
BSF  
Syntax:  
ADDWF  
[k] {,d}  
Syntax:  
BSF [k], b  
Operands:  
0 k 95  
d [0,1]  
Operands:  
0 f 95  
0 b 7  
Operation:  
(W) + ((FSR2) + k) dest  
Operation:  
1 ((FSR2) + k)<b>  
Status Affected:  
Encoding:  
N, OV, C, DC, Z  
Status Affected:  
Encoding:  
None  
1000  
0010  
01d0  
kkkk  
kkkk  
bbb0  
kkkk  
kkkk  
Description:  
The contents of W are added to the  
contents of the register indicated by  
FSR2, offset by the value ‘k’.  
If ‘d’ is ‘0’, the result is stored in W. If ‘d’  
is ‘1’, the result is stored back in  
register ‘f’ (default).  
Description:  
Bit ‘b’ of the register indicated by FSR2,  
offset by the value ‘k’, is set.  
Words:  
Cycles:  
1
1
Q Cycle Activity:  
Q1  
Words:  
Cycles:  
1
1
Q2  
Q3  
Q4  
Decode  
Read  
register ‘f’  
Process  
Data  
Write to  
destination  
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Example:  
BSF  
[FLAG_OFST], 7  
Decode  
Read ‘k’  
Process  
Data  
Write to  
destination  
Before Instruction  
FLAG_OFST  
FSR2  
Contents  
of 0A0Ah  
=
=
0Ah  
0A00h  
Example:  
ADDWF  
[OFST],0  
=
55h  
D5h  
Before Instruction  
After Instruction  
W
OFST  
FSR2  
Contents  
of 0A2Ch  
=
=
=
17h  
Contents  
of 0A0Ah  
2Ch  
=
0A00h  
=
20h  
After Instruction  
W
=
=
37h  
20h  
Contents  
of 0A2Ch  
Set Indexed  
(Indexed Literal Offset mode)  
SETF  
Syntax:  
SETF [k]  
Operands:  
Operation:  
Status Affected:  
Encoding:  
Description:  
0 k 95  
FFh ((FSR2) + k)  
None  
0110  
1000  
kkkk  
kkkk  
The contents of the register indicated by  
FSR2, offset by ‘k’, are set to FFh.  
Words:  
Cycles:  
1
1
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Decode  
Read ‘k’  
Process  
Data  
Write  
register  
Example:  
SETF  
[OFST]  
2Ch  
Before Instruction  
OFST  
=
=
FSR2  
0A00h  
Contents  
of 0A2Ch  
=
00h  
After Instruction  
Contents  
of 0A2Ch  
=
FFh  
© 2006 Microchip Technology Inc.  
Advance Information  
DS39760A-page 259  
 复制成功!