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

Representations the x86 int instruction.
Inheritance: X86Instruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Dec ( ) : System

Initializes a new instance of Dec.

Protected Methods

Method Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

Method Details

ComputeOpCode() protected method

Computes the opcode.
protected ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode
destination Mosa.Compiler.Framework.Operand The destination operand.
source Mosa.Compiler.Framework.Operand The source operand.
third Mosa.Compiler.Framework.Operand The third operand.
return OpCode

Dec() public method

Initializes a new instance of Dec.
public Dec ( ) : System
return System

Emit() protected method

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