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

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

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

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

Initializes a new instance of Push.

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

Метод Описание
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

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

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

Emits the specified platform instruction.
@unable to emit opcode for segment register
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The node.
emitter MachineCodeEmitter The emitter.
Результат void

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

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