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

Rsc instruction: Reverse Subtract Carry Subtracts second operand from first operand plus carry minus 1. ARMv6-M only supports an immediate value of 0.
Наследование: ARMv6Instruction
Показать файл Открыть проект

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

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

Initializes a new instance of Rsb.

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

Метод Описание
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

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

Initializes a new instance of Rsb.
public Rsc ( ) : Mosa.Compiler.Common
Результат Mosa.Compiler.Common