An arithmetic instruction.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class ArithmeticInstruction : Instruction, 
	ILockInstruction
Visual Basic
Public MustInherit Class ArithmeticInstruction _
	Inherits Instruction _
	Implements ILockInstruction
Visual C++
public ref class ArithmeticInstruction abstract : public Instruction, 
	ILockInstruction

Contracts

Invariants
this.destination != null
this.source != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..ArithmeticInstruction
        SharpAssembler.x86.Instructions..::..Adc

See Also