MVI

From Intellivision Wiki
Revision as of 19:32, 12 January 2005 by Pingaso (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Instruction NameMove In
MnemonicMVI
CP1610 Clock Cycles10
InterruptibleYes
Opcode Range$0280-$0287
Input FlagsNone
Output FlagsNone

The Move In (MVI) instruction copies the value at the specified address into the specified register.

   Format - Decle #1    Format - Word #2
   0000:0010:1000:0rrr  aaaa:aaaa:aaaa:aaaa
where: rrr indicates the register containing the value to move such that: rrr == 000 indicates register R0 rrr == 001 indicates register R1 rrr == 010 indicates register R2 rrr == 011 indicates register R3 rrr == 100 indicates register R4 rrr == 101 indicates register R5 rrr == 110 indicates register R6 rrr == 111 indicates register R7
aaaaaaaaaaaaaaaa indicates the address where the value should be stored