Specifications

Bit Fields
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
IMM16 0x37
Related Information
Cache and Tightly-Coupled Memory
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.
movhi
Instruction
move immediate into high halfword
Operation
rB ← (IMMED : 0x0000)
Assembler Syntax
movhi rB, IMMED
Example
movhi r6, 0x8000
Description
Writes the immediate value IMMED into the high halfword of
rB, and clears the lower halfword of rB to 0x0000.
NII51017
2015.04.02
mov
8-55
Instruction Set Reference
Altera Corporation
Send Feedback