C# Class Mosa.Platform.ARMv6.Instructions.Mov

Mov instruction: Copies operand to destination "Has only one operand. Constant support is limited to loading an 8-bit immediate value in ARMv6-M. If the operand is a shifted register, the instruction is an LSL, LSR, ASR, or ROR instruction instead."
Inheritance: ARMv6Instruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Mov ( ) : Mosa.Compiler.Common

Initializes a new instance of Mov.

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.
protected Emit ( InstructionNode node, MachineCodeEmitter emitter ) : void
node Mosa.Compiler.Framework.InstructionNode The node.
emitter MachineCodeEmitter The emitter.
return void

Mov() public method

Initializes a new instance of Mov.
public Mov ( ) : Mosa.Compiler.Common
return Mosa.Compiler.Common