DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

PIC12F508-I/SL View Datasheet(PDF) - Microchip Technology

Part Name
Description
Manufacturer
PIC12F508-I/SL
Microchip
Microchip Technology 
PIC12F508-I/SL Datasheet PDF : 110 Pages
First Prev 61 62 63 64 65 66 67 68 69 70 Next Last
PIC12F508/509/16F505
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
Description:
Inclusive OR the W register with
register ‘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’.
MOVF
Move f
Syntax:
[ label ] MOVF f,d
Operands:
0 f 31
d [0,1]
Operation:
(f) (dest)
Status Affected: Z
Description:
The contents of register ‘f’ are
moved to destination ‘d’. If ‘d’ is ‘0’,
destination is the W register. If ‘d’
is ‘1’, the destination is file
register ‘f’. ‘d’ = 1 is useful as a
test of a file register, since status
flag Z is affected.
MOVLW
Move Literal to W
Syntax:
[ label ] MOVLW k
Operands:
0 k 255
Operation:
k (W)
Status Affected: None
Description:
The eight-bit literal ‘k’ is loaded
into the W register. The “don’t
cares” will assembled as ‘0’s.
MOVWF
Move W to f
Syntax:
[ label ] MOVWF f
Operands:
0 f 31
Operation:
(W) (f)
Status Affected: None
Description:
Move data from the W register to
register ‘f’.
NOP
No Operation
Syntax:
[ label ] NOP
Operands:
None
Operation:
No operation
Status Affected: None
Description:
No operation.
OPTION
Syntax:
Operands:
Operation:
Status Affected:
Description:
Load OPTION Register
[ label ] OPTION
None
(W) OPTION
None
The content of the W register is
loaded into the OPTION register.
DS41236E-page 62
© 2009 Microchip Technology Inc.

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]