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