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

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

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

Метод Описание
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 Mosa.Compiler.Framework.Operand The destination.
source Mosa.Compiler.Framework.Operand The source operand.
third Mosa.Compiler.Framework.Operand The third operand.
Результат OpCode