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

Mvn instruction: Bitwise NOT Has only one operand. ARMv6-M does not support any immediate or shift options.
Inheritance: ARMv6Instruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Mvn ( ) : Mosa.Compiler.Common

Initializes a new instance of Mvn.

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

Mvn() public method

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