Specifications

Table Of Contents
8–66 Altera Corporation
Nios II Processor Reference Handbook October 2007
mov
mov
move register to register
Operation:
rC
rA
Assembler Syntax:
mov rC, rA
Example:
mov r6, r7
Description: Moves the contents of rA to rC.
Pseudoinstruction:
mov is implemented as add rC, rA, r0.