dioscuri.module.cpu
Class Instruction_OUT_DXAL

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

public class Instruction_OUT_DXAL
extends java.lang.Object
implements Instruction

Intel opcode EE
Output byte in AL to I/O port address specified by DX.
Flags modified: none


Constructor Summary
Instruction_OUT_DXAL()
          Class constructor
Instruction_OUT_DXAL(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Output byte in AL to I/O port address in DX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_OUT_DXAL

public Instruction_OUT_DXAL()
Class constructor


Instruction_OUT_DXAL

public Instruction_OUT_DXAL(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Output byte in AL to I/O port address in DX

Specified by:
execute in interface Instruction