Nios II Classic Processor Reference Guide

ID 683620
Date 10/28/2016
Public
Document Table of Contents

8.5.59. mov

Instruction move register to register
Operation

rC ←  rA

Assembler Syntax

mov rC, rA

Example

mov r6, r7

Description

Moves the contents of rA to rC.

Pseudo-instruction

mov is implemented as add rC, rA, r0.