MVTACHI

Move the high-order longword

to accumulator

MVTACHI

MoVe To ACcumulator HIgh-order

longword


[Syntax]

MVTACHI src

 

[Operation]

ACC = (ACC & 00000000FFFFFFFFh) | ((signed long long)src << 32);

 

[Function]

-

This instruction moves the contents of src to the higher-order 32 bits (bits 63 to 32) of the accumulator (ACC).

 

[Instruction Format]

Syntax

src

Code size

(Byte)

MVTACHI src

Rs

3

[Flag Change]

-

This instruction does not affect the states of flags.

 

[Description Example]

MVTACHI R1