Move W to f
Move data from W to register ‘f’.
[the_ad id=”3059″]Syntax:
[ label ] MOVWF f
Operation:
(W) → (f),
Operands:
- f is from 0 to 127
Status Affected: None
Example:
1 |
MOVWF REG |
1 2 |
REG = 0x02 W = 0x0F |
1 2 |
REG = 0x0F W = 0x0F |