C# 클래스 Mosa.Platform.x86.Instructions.TwoOperandInstruction

Abstract base class for x86 instructions with two operands.
The TwoOperandInstruction is the base class for x86 instructions using two operands. It provides properties to easily access the individual operands.
상속: X86Instruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 메소드들

메소드 설명
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

TwoOperandInstruction ( ) : System.Diagnostics

Initializes a new instance of TwoOperandInstruction.

메소드 상세

Emit() 보호된 메소드

Emits the specified platform instruction.
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The context.
emitter MachineCodeEmitter The emitter.
리턴 void

TwoOperandInstruction() 보호된 메소드

Initializes a new instance of TwoOperandInstruction.
protected TwoOperandInstruction ( ) : System.Diagnostics
리턴 System.Diagnostics