© 2000 Scenix Semiconductor, Inc. All rights reserved.
101
SX Users Manual Rev. 3.1
www.scenix.com
Chapter 3 Instruction Set
3.6.31 MOV W,#lit
Move Literal to W
Operation:
W = lit
Bits affected:
none
Opcode:
1100 kkkk kkkk
Description:
This instruction loads an 8-bit literal value (a value specified within the instruction)
into W.
Cycles:
1
Example:
mov
W,#$75
This example loads the immediate value 75h into W.