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

Uxtb instruction: Unsigned Extend Byte Extend 8 bits to 32
Inheritance: Mosa.Platform.ARMv6.ARMv6Instruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Uxtb ( ) : Mosa.Compiler.Framework

Initializes a new instance of Uxtb.

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

Uxtb() public method

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