label ] INCF f,d O" />
參數(shù)資料
型號(hào): PIC12LC509AT-04I/MF
廠商: Microchip Technology
文件頁數(shù): 63/113頁
文件大?。?/td> 0K
描述: IC MCU OTP 1KX12 LV 8-DFN
標(biāo)準(zhǔn)包裝: 3,300
系列: PIC® 12C
核心處理器: PIC
芯體尺寸: 8-位
速度: 4MHz
外圍設(shè)備: POR,WDT
輸入/輸出數(shù): 5
程序存儲(chǔ)器容量: 1.5KB(1K x 12)
程序存儲(chǔ)器類型: OTP
RAM 容量: 41 x 8
電壓 - 電源 (Vcc/Vdd): 2.5 V ~ 5.5 V
振蕩器型: 內(nèi)部
工作溫度: -40°C ~ 85°C
封裝/外殼: 8-VDFN 裸露焊盤
包裝: 帶卷 (TR)
其它名稱: PIC12LC509AT04IMF
1999 Microchip Technology Inc.
DS40139E-page 53
PIC12C5XX
INCF
Increment f
Syntax:
[
label ]
INCF f,d
Operands:
0
≤ f ≤ 31
d
∈ [0,1]
Operation:
(f) + 1
→ (dest)
Status Affected:
Z
Encoding:
0010
10df
ffff
Description:
The contents of register ’f’ are incre-
mented. If ’d’ is 0 the result is placed in
the W register. If ’d’ is 1 the result is
placed back in register ’f’.
Words:
1
Cycles:
1
Example:
INCF
CNT,
1
Before Instruction
CNT
=
0xFF
Z=
0
After Instruction
CNT
=
0x00
Z=
1
INCFSZ
Increment f, Skip if 0
Syntax:
[
label ]
INCFSZ f,d
Operands:
0
≤ f ≤ 31
d
∈ [0,1]
Operation:
(f) + 1
→ (dest), skip if result = 0
Status Affected:
None
Encoding:
0011
11df
ffff
Description:
The contents of register ’f’ are incre-
mented. If ’d’ is 0 the result is placed in
the W register. If ’d’ is 1 the result is
placed back in register ’f’.
If the result is 0, then the next instruc-
tion, which is already fetched, is dis-
carded and an NOP is executed
instead making it a two cycle instruc-
tion.
Words:
1
Cycles:
1(2)
Example:
HERE
INCFSZ
CNT,
1
GOTO
LOOP
CONTINUE
Before Instruction
PC
=
address (HERE)
After Instruction
CNT
=
CNT + 1;
if CNT
=
0,
PC
=
address (CONTINUE);
if CNT
0,
PC
=
address (HERE +1)
IORLW
Inclusive OR literal with W
Syntax:
[
label ]
IORLW k
Operands:
0
≤ k ≤ 255
Operation:
(W) .OR. (k)
→ (W)
Status Affected:
Z
Encoding:
1101
kkkk
Description:
The contents of the W register are
OR’ed with the eight bit literal 'k'. The
result is placed in the W register.
Words:
1
Cycles:
1
Example:
IORLW
0x35
Before Instruction
W
=
0x9A
After Instruction
W=
0xBF
Z=
0
IORWF
Inclusive OR W with f
Syntax:
[
label ]
IORWF
f,d
Operands:
0
≤ f ≤ 31
d
∈ [0,1]
Operation:
(W).OR. (f)
→ (dest)
Status Affected:
Z
Encoding:
0001
00df
ffff
Description:
Inclusive OR the W register with regis-
ter 'f'. If 'd' is 0 the result is placed in
the W register. If 'd' is 1 the result is
placed back in register 'f'.
Words:
1
Cycles:
1
Example:
IORWF
RESULT, 0
Before Instruction
RESULT =
0x13
W
=
0x91
After Instruction
RESULT =
0x13
W
=
0x93
Z=
0
相關(guān)PDF資料
PDF描述
PIC12C509AT-04I/MF IC MCU OTP 1KX12 8-DFN
PIC24F08KL301-I/SS IC MCU 16BIT 8KB FLASH 20-SSOP
PIC18LF1220T-I/ML IC MCU FLASH 2KX16 EEPROM 28QFN
PIC18LF1220T-I/SO IC MCU FLASH 2KX16 EEPROM 18SOIC
PIC16F716-I/SS IC PIC MCU FLASH 2KX14 20SSOP
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
PIC12LC671-04/P 功能描述:8位微控制器 -MCU 1.75KB 128 RAM 6 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC12LC671-04/SM 功能描述:8位微控制器 -MCU 1.75KB 128 RAM 6 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC12LC671-04I/MF 功能描述:8位微控制器 -MCU 1.75KB 128 RAM 6 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC12LC671-04I/P 功能描述:8位微控制器 -MCU 1.75KB 128 RAM 6 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
PIC12LC671-04I/SM 功能描述:8位微控制器 -MCU 1.75KB 128 RAM 6 I/O RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT