mova - Move to address register

mova - Move to address register

Calling Format

mova    dest{ .x | .y | .xy }, src

Operands

Name Registers
dest Address register.
Must have one of the following masks: {.x|.y|.xy}
src A temporary register, input register, or floating-point constant register.

Overview

Copies the content of src into dest. The value of src is truncated after the decimal point.

Behavior is undefined if you assign a value outside the range of [-95, 95].
This instruction generates an error if it is called two times in a row.
A three clock-cycle stall occurs unconditionally when this instruction is executed.

Operation

dest = src

Code Example

mova    a0.x,   c1

Timetable

1234
mova read mova STALL

Revision History

2011/12/20
Initial version.

CONFIDENTIAL