MVTACLO
|
Move the low-order longword
to accumulator
|
MVTACLO
|
MoVe To ACcumulator LOw-order
longword
|
[Syntax]
MVTACLO src
[Operation]
ACC = (ACC & FFFFFFFF00000000h) | src;
[Function]
- | This instruction moves the contents of src to the lower-order 32 bits (bits 31 to 0) of the accumulator (ACC). |
[Instruction Format]
[Flag Change]
- | This instruction does not affect the states of flags. |
[Description Example]
MVTACLO R1