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

Representations the x86 push instruction.
Inheritance: X86Instruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Push ( ) : System

Initializes a new instance of Push.

Protected Methods

Method Description
Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void

Emits the specified platform instruction.

Method Details

Emit() protected method

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.
return void

Push() public method

Initializes a new instance of Push.
public Push ( ) : System
return System