PIC10F202 Microchip Technology Inc., PIC10F202 Datasheet - Page 55

no-image

PIC10F202

Manufacturer Part Number
PIC10F202
Description
6-pin, 8-bit Flash Microcontrollers Data Sheet
Manufacturer
Microchip Technology Inc.
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC10F202-E/OT
Manufacturer:
MICROCHIP
Quantity:
8 720
Part Number:
PIC10F202-I/OT
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC10F202-I/P
Manufacturer:
MICROCHIP
Quantity:
12 000
Part Number:
PIC10F202-I/P
Manufacturer:
Microchip Technology
Quantity:
1 812
Part Number:
PIC10F202-I/P
Manufacturer:
MICRCOHI
Quantity:
20 000
Part Number:
PIC10F202T-E/OT
Manufacturer:
XILINX
Quantity:
101
Part Number:
PIC10F202T-I/MC
Manufacturer:
ATMEL
Quantity:
978
Company:
Part Number:
PIC10F202T-I/MC
Quantity:
3 300
Part Number:
PIC10F202T-I/MC011
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC10F202T-I/MC012
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC10F202T-I/MC086
Manufacturer:
MICROCH
Quantity:
20 000
Part Number:
PIC10F202T-I/OT
0
Company:
Part Number:
PIC10F202T-I/OT
Quantity:
27 000
ADDWF
Syntax:
Operands:
Operation:
Status Affected: C, DC, Z
Description:
ANDLW
Description:
ANDWF
Syntax:
Operands:
Operation:
Status Affected: Z
Description:
© 2007 Microchip Technology Inc.
Status Affected: Z
Operands:
Operation:
Syntax:
[ label ] ADDWF
0 ≤ f ≤ 31
d ∈ [0,1]
(W) + (f) → (dest)
Add the contents of the W register
and register ‘f’. If ‘d’ is ‘0’, the result
is stored in the W register. If ‘d’ is
‘1’, the result is stored back in
register ‘f’.
Add W and f
AND W with f
[ label ] ANDWF
0 ≤ f ≤ 31
d ∈ [0,1]
(W) .AND. (f) → (dest)
The contents of the W register are
AND’ed with register ‘f’. If ‘d’ is ‘0’,
the result is stored in the W register.
If ‘d’ is ‘1’, the result is stored back
in register ‘f’.
(W).AND. (k) → (W)
AND literal with W
[ label ] ANDLW
0 ≤ k ≤ 255
The contents of the W register are
AND’ed with the eight-bit literal ‘k’.
The result is placed in the W
register.
f,d
f,d
k
PIC10F200/202/204/206
BCF
Syntax:
Operands:
Operation:
Status Affected: None
Description:
BSF
Syntax:
Operands:
Operation:
Status Affected: None
BTFSC
Syntax:
Operands:
Operation:
Status Affected: None
Description:
Description: Bit ‘b’ in register ‘f’ is set.
Bit Clear f
[ label ] BCF
0 ≤ f ≤ 31
0 ≤ b ≤ 7
0 → (f<b>)
Bit ‘b’ in register ‘f’ is cleared.
Bit Set f
[ label ] BSF
0 ≤ f ≤ 31
0 ≤ b ≤ 7
1 → (f<b>)
Bit Test f, Skip if Clear
[ label ] BTFSC f,b
0 ≤ f ≤ 31
0 ≤ b ≤ 7
skip if (f<b>) = 0
If bit ‘b’ in register ‘f’ is ‘0’, then the
next instruction is skipped.
If bit ‘b’ is ‘0’, then the next instruc-
tion fetched during the current
instruction execution is discarded,
and a NOP is executed instead,
making this a two-cycle instruction.
f,b
f,b
DS41239D-page 53

Related parts for PIC10F202