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

Inheritance: TwoOperandInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes protégées

Méthode Description
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Method Details

ComputeOpCode() protected méthode

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.
Résultat OpCode