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

Strh instruction: Store 16-bit halfword Load and store instructions
Inheritance: Mosa.Platform.ARMv6.ARMv6Instruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Strh ( ) : Mosa.Compiler.Framework

Initializes a new instance of Strh.

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 Mosa.Platform.ARMv6.MachineCodeEmitter The emitter.
return void

Strh() public method

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