Specifications

Table Of Contents
Altera Corporation 8–69
October 2007 Nios II Processor Reference Handbook
movia
movia
move immediate address into word
Operation:
rB
label
Assembler Syntax:
movia rB, label
Example:
movia r6, function_address
Description: Writes the address of label to rB.
Pseudoinstruction:
movia is implemented as:
orhi rB, r0, %hiadj(label)
addi rB, rB, %lo(label)