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

Ldrb instruction: Load 8-bit unsigned byte Load and store instructions
Inheritance: ARMv6Instruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Ldrb ( ) : Mosa.Compiler.Framework

Initializes a new instance of Ldrb.

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

Ldrb() public method

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