T.I.M | ISA Specification
 All Pages
MOVI

Description

Moves the value of an immediate into a register.

Register Access

MOVI may write to any special, general or temporary register except the program counter.

Memory Layout

This is a 4 byte instruction. GP/SR bits determine if the destination and source registers index the general or special purpose register files.

Opcode | Condition Code | GP/SP | Destination | Immediate
000111 | 00 | I | DDDD | III IIII IIII IIII IIII

Assembly Code Examples

1. | MOVI $R0 0xABC6
2. | MOVI $SP 0x7FFFF
See Also
Instructions Quick Reference, MOVR