C# Class Mosa.Platform.x86.Instructions.TwoOperandInstruction

Abstract base class for x86 instructions with two operands.
The TwoOperandInstruction is the base class for x86 instructions using two operands. It provides properties to easily access the individual operands.
Inheritance: X86Instruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

TwoOperandInstruction ( ) : System.Diagnostics

Initializes a new instance of TwoOperandInstruction.

Method Details

Emit() protected method

Emits the specified platform instruction.
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The context.
emitter MachineCodeEmitter The emitter.
return void

TwoOperandInstruction() protected method

Initializes a new instance of TwoOperandInstruction.
protected TwoOperandInstruction ( ) : System.Diagnostics
return System.Diagnostics