Nios® II Processor Reference Guide

ID 683836
Date 8/28/2023
Public
Document Table of Contents

3.9.3. Move Instructions

These instructions provide move operations to copy the value of a register or an immediate value to another register.
Table 47.  Move Instructions
Instruction Description
mov
movhi
movi
movui
movia
mov copies the value of one register to another register. movi moves a 16-bit signed immediate value to a register, and sign-extends the value to 32 bits. movui and movhi move a 16-bit immediate value into the lower or upper 16-bits of a register, inserting zeros in the remaining bit positions. Use movia to load a register with an address.