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

Adr instruction: Form PC-relative Address First operand is the PC. Second operand is an immediate constant.
Inheritance: ARMv6Instruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Adr ( ) : Mosa.Compiler.Framework

Initializes a new instance of Adr.

Protected Methods

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

Emits the specified platform instruction.

Method Details

Adr() public method

Initializes a new instance of Adr.
public Adr ( ) : Mosa.Compiler.Framework
return Mosa.Compiler.Framework

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