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

PIC16F636T-I/SL(2005) View Datasheet(PDF) - Microchip Technology

Part Name
Description
Manufacturer
PIC16F636T-I/SL Datasheet PDF : 196 Pages
First Prev 131 132 133 134 135 136 137 138 139 140 Next Last
PIC12F635/PIC16F636/639
MOVF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example:
Move f
[ label ] MOVF f,d
0 f 127
d [0,1]
(f) (dest)
Z
00 1000 dfff ffff
The contents of register ‘f’ are
moved to a destination dependent
upon the status of ‘d’. If ‘d’ = 0,
destination is W register. If d = 1,
the destination is file register ‘f’
itself. d = 1 is useful to test a file
register, since status flag Z is
affected.
1
1
MOVF FSR, 0
After Instruction
W = value in FSR register
Z =1
MOVLW
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example:
Move Literal to W
[ label ] MOVLW k
0 k 255
k (W)
None
11 00xx kkkk kkkk
The eight-bit literal ‘k’ is loaded
into the W register. The “don’t
cares” will assemble as ‘0’s.
1
1
MOVLW 0x5A
After Instruction
W = 0x5A
MOVWF
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example:
Move W to f
[ label ] MOVWF f
0 f 127
(W) (f)
None
00 0000 1fff ffff
Move data from W register to
register ‘f’.
1
1
MOVWF OPTION
Before Instruction
OPTION =
W
=
After Instruction
OPTION =
W
=
0xFF
0x4F
0x4F
0x4F
NOP
Syntax:
Operands:
Operation:
Status Affected:
Encoding:
Description:
Words:
Cycles:
Example:
No Operation
[ label ] NOP
None
No operation
None
00 0000
No operation.
1
1
NOP
0xx0
0000
DS41232B-page 136
Preliminary
© 2005 Microchip Technology Inc.

Share Link: 

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