The DEC (Decrement by 1) 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 class Dec : Instruction, ILockInstruction
Visual Basic
Public Class Dec _
	Inherits Instruction _
	Implements ILockInstruction
Visual C++
public ref class Dec : public Instruction, 
	ILockInstruction

Contracts

Invariants
this.subject != null
					this.subject is EffectiveAddress ||
					this.subject is RegisterOperand

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Dec

See Also