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

Representations the x86 xchg instruction.
Inheritance: TwoOperandInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Xchg ( ) : System

Initializes a new instance of Xchg.

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 Operand The destination operand.
source Operand The source operand.
third Operand The third operand.
Résultat OpCode

Xchg() public méthode

Initializes a new instance of Xchg.
public Xchg ( ) : System
Résultat System