MVFACMI
|
Move the middle-order longword from accumulator
|
MVFACMI
|
MoVe From ACcumulator MIddle-order longword
|
[Syntax]
MVFACMI dest
[Operation]
dest = (signed long) (ACC >> 16);
[Function]
- | This instruction moves the contents of bits 47 to 16 of the accumulator (ACC) to dest. |
[Instruction Format]
[Flag Change]
- | This instruction does not affect the states of flags. |
[Description Example]
MVFACMI R1