C# Класс Mosa.Platform.x86.Instructions.Xchg

Representations the x86 xchg instruction.
Наследование: TwoOperandInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Xchg ( ) : System

Initializes a new instance of Xchg.

Защищенные методы

Метод Описание
ComputeOpCode ( Operand destination, Operand source, Operand third ) : OpCode

Computes the opcode.

Описание методов

ComputeOpCode() защищенный Метод

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.
Результат OpCode

Xchg() публичный Метод

Initializes a new instance of Xchg.
public Xchg ( ) : System
Результат System