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

Adc instruction: Add with Carry
Inheritance: ARMv6Instruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Adc ( ) : Mosa.Compiler.Common

Initializes a new instance of Adc.

Protected Methods

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

Emits the specified platform instruction.

Method Details

Adc() public method

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

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