Nios® II Processor Reference Guide

ID 683836
Date 8/28/2023
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.