MVO

From Intellivision Wiki
Jump to: navigation, search
Instruction NameMove Out
MnemonicMVO
CP1610 Clock Cycles11
InterruptibleNo
Opcode Range$0240-$0247
Input FlagsNone
Output FlagsNone

The Move Out (MVO) instruction copies the value in the specified register to the specified address.

   Format - Decle #1    Format - Word #2
   0000:0010:0100: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