IPR-NIOS Altera, IPR-NIOS Datasheet - Page 255

no-image

IPR-NIOS

Manufacturer Part Number
IPR-NIOS
Description
IP NIOS II MEGACORE RENEW
Manufacturer
Altera
Type
MegaCorer
Datasheet

Specifications of IPR-NIOS

License
Renewal License
Lead Free Status / RoHS Status
Not applicable / Not applicable
Chapter 8: Instruction Set Reference
Instruction Set Reference
movui
December 2010 Altera Corporation
Operation:
Assembler Syntax:
Example:
Description:
Usage:
Pseudo-instruction:
rB ← (0x0000 : IMMED)
movui rB, IMMED
movui r6, 100
Zero-extends the immediate value IMMED to 32 bits and writes it to rB.
The maximum allowed value of IMMED is 65535. The minimum allowed value is 0. To load a
32-bit constant into a register, refer to the movhi instruction.
movui is implemented as ori rB, r0, IMMED.
move unsigned immediate into word
Nios II Processor Reference Handbook
8–69

Related parts for IPR-NIOS