PIC12F510-I/L MICROCHIP [Microchip Technology], PIC12F510-I/L Datasheet - Page 78

no-image

PIC12F510-I/L

Manufacturer Part Number
PIC12F510-I/L
Description
8/14-Pin, 8-Bit Flash Microcontroller
Manufacturer
MICROCHIP [Microchip Technology]
Datasheet
PIC12F510/16F506
IORWF
Syntax:
Operands:
Operation:
Status Affected: Z
Description:
MOVF
Syntax:
Operands:
Operation:
Status Affected: Z
Description:
MOVLW
Syntax:
Operands:
Operation:
Status Affected: None
Description:
DS41268B-page 76
Inclusive OR W with f
[ label ]
0
d
(W).OR. (f)
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’.
Move f
[ label ]
0
d
(f)
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.
Move Literal to W
[ label ]
0
k
The eight-bit literal ‘k’ is loaded
into the W register. The “don’t
cares” will be assembled as ‘0’s.
f
f
k
[0,1]
[0,1]
(W)
(dest)
31
31
255
IORWF
MOVF f,d
MOVLW k
(dest)
f,d
Preliminary
MOVWF
Syntax:
Operands:
Operation:
Status Affected: None
Description:
NOP
Syntax:
Operands:
Operation:
Status Affected: None
Description:
OPTION
Syntax:
Operands:
Operation:
Status Affected: None
Description:
Move W to f
[ label ]
0
(W)
Move data from the W register to
register ‘f’.
No Operation
[ label ]
None
No operation
No operation.
Load OPTION Register
[ label ]
None
(W)
The content of the W register is
loaded into the OPTION register.
f
© 2006 Microchip Technology Inc.
31
(f)
Option
MOVWF
NOP
Option
f

Related parts for PIC12F510-I/L