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

PIC17LC42-16I/JW 参数 Datasheet PDF下载

PIC17LC42-16I/JW图片预览
型号: PIC17LC42-16I/JW
PDF下载: 下载PDF文件 查看货源
内容描述: 高性能8位CMOS EPROM / ROM微控制器 [High-Performance 8-Bit CMOS EPROM/ROM Microcontroller]
分类和应用: 微控制器可编程只读存储器电动程控只读存储器
文件页数/大小: 240 页 / 1141 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第132页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第133页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第134页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第135页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第137页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第138页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第139页浏览型号PIC17LC42-16I/JW的Datasheet PDF文件第140页  
PIC17C4X  
SUBWF  
Syntax:  
Subtract WREG from f  
Subtract WREG from f with  
Borrow  
SUBWFB  
[ label ] SUBWF f,d  
Syntax:  
[ label ] SUBWFB f,d  
Operands:  
0 f 255  
d
[0,1]  
Operands:  
0 f 255  
d
[0,1]  
Operation:  
(f) – (W) → (dest)  
Operation:  
(f) – (W) – C → (dest)  
Status Affected:  
Encoding:  
OV, C, DC, Z  
Status Affected:  
Encoding:  
OV, C, DC, Z  
0000  
010d  
ffff  
ffff  
0000  
001d  
ffff  
ffff  
Subtract WREG from register 'f' (2’s  
complement method). If 'd' is 0 the  
result is stored in WREG. If 'd' is 1 the  
result is stored back in register 'f'.  
Description:  
Subtract WREG and the carry flag  
(borrow) from register 'f' (2’s comple-  
ment method). If 'd' is 0 the result is  
stored in WREG. If 'd' is 1 the result is  
stored back in register 'f'.  
Description:  
Words:  
Cycles:  
1
1
Words:  
Cycles:  
1
1
Q Cycle Activity:  
Q1  
Q2  
Q3  
Q4  
Q Cycle Activity:  
Q1  
Decode  
Read  
Execute  
Write to  
Q2  
Q3  
Q4  
register 'f'  
destination  
Decode  
Read  
register 'f'  
Execute  
Write to  
destination  
SUBWF  
REG1, 1  
Example 1:  
Before Instruction  
SUBWFB REG1, 1  
Example 1:  
REG1  
WREG  
C
=
=
=
3
2
?
Before Instruction  
REG1  
WREG  
C
=
=
=
0x19  
0x0D  
1
(0001 1001)  
(0000 1101)  
After Instruction  
REG1  
WREG  
C
=
=
=
=
1
2
1
0
After Instruction  
; result is positive  
REG1  
WREG  
C
=
=
=
=
0x0C  
0x0D  
1
(0000 1011)  
(0000 1101)  
; result is positive  
Z
Example 2:  
Before Instruction  
Z
0
Example2:  
SUBWFB REG1,0  
REG1  
WREG  
C
=
=
=
2
2
?
Before Instruction  
REG1  
WREG  
C
=
=
=
0x1B  
0x1A  
0
(0001 1011)  
(0001 1010)  
After Instruction  
REG1  
WREG  
C
=
=
=
=
0
2
1
1
After Instruction  
; result is zero  
REG1  
WREG  
C
=
=
=
=
0x1B  
0x00  
1
(0001 1011)  
Z
; result is zero  
Example 3:  
Before Instruction  
Z
1
Example3:  
SUBWFB REG1,1  
REG1  
WREG  
C
=
=
=
1
2
?
Before Instruction  
REG1  
WREG  
C
=
=
=
0x03  
0x0E  
1
(0000 0011)  
(0000 1101)  
After Instruction  
REG1  
WREG  
C
=
=
=
=
FF  
2
0
After Instruction  
; result is negative  
REG1  
WREG  
C
=
=
=
=
0xF5  
0x0E  
0
(1111 0100) [2’s comp]  
(0000 1101)  
; result is negative  
Z
0
Z
0
DS30412C-page 136  
1996 Microchip Technology Inc.  
 复制成功!