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

Push instruction: Push multiple registers onto the stack This instruction decrements the base register before the memory access and updates the base register.
Наследование: ARMv6Instruction
Показать файл Открыть проект

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

Метод Описание
Push ( ) : Mosa.Compiler.Framework

Initializes a new instance of Push.

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

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

Emits the specified platform instruction.

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

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

Emits the specified platform instruction.
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 ( ) : Mosa.Compiler.Framework
Результат Mosa.Compiler.Framework