dioscuri.module.cpu
Class Instruction_MOV_EbGb

java.lang.Object
  extended by dioscuri.module.cpu.Instruction_MOV_EbGb
All Implemented Interfaces:
Instruction

public class Instruction_MOV_EbGb
extends java.lang.Object
implements Instruction

Intel opcode 88
Byte-sized copy of memory/register (destination) from register (source).
The addressbyte determines the source (rrr bits) and destination (sss bits).
Flags modified: none


Constructor Summary
Instruction_MOV_EbGb()
          Class constructor
Instruction_MOV_EbGb(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Byte-sized copy of memory/register (destination) from register (source).
Flags modified: none
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_MOV_EbGb

public Instruction_MOV_EbGb()
Class constructor


Instruction_MOV_EbGb

public Instruction_MOV_EbGb(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Byte-sized copy of memory/register (destination) from register (source).
Flags modified: none

Specified by:
execute in interface Instruction