dioscuri.module.cpu
Class Instruction_Opd_Size

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

public class Instruction_Opd_Size
extends java.lang.Object
implements Instruction

Intel opcode 66
Instruction prefix, indicating the next instruction should work with doublewords.
Flags modified: none


Constructor Summary
Instruction_Opd_Size()
          Class constructor
Instruction_Opd_Size(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Set cpu.doubleWord to true, indicating next instruction should work with doublewords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_Opd_Size

public Instruction_Opd_Size()
Class constructor


Instruction_Opd_Size

public Instruction_Opd_Size(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Set cpu.doubleWord to true, indicating next instruction should work with doublewords

Specified by:
execute in interface Instruction