MVFC

Transfer from a control register

MVFC

MoVe From Control register


[Syntax]

MVFC src, dest

 

[Operation]

dest = src;

 

[Function]

-

This instruction transfers src to dest.

-

When the PC is specified as src, this instruction pushes its own address onto the stack.

 

[Instruction Format]

Syntax

Processng Size

src

dest

Code size

(Byte)

MVFC src, dest

L

Rx

Rd

3

[Flag Change]

-

This instruction does not affect the states of flags.

 

[Description Example]

MVFC USP, R1