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

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

Protected Methods

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

Computes the opcode.

Method Details

ComputeOpCode() protected method

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