Altera Nios II User Manual page 248

Hide thumbs Also See for Nios II:
Table of Contents

Advertisement

8–68
movia
Operation:
Assembler Syntax:
Example:
Description:
Pseudo-instruction:
Nios II Processor Reference Handbook
rB ← label
movia rB, label
movia r6, function_address
Writes the address of label to rB.
movia is implemented as:
orhi rB, r0, %hiadj(label)
addi rB, rB, %lo(label)
Chapter 8: Instruction Set Reference
Instruction Set Reference
move immediate address into word
February 2014 Altera Corporation

Advertisement

Table of Contents
loading

Table of Contents