The NEG (Two's Complement Negation) instruction.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class Neg : Instruction, ILockInstruction |
| Visual Basic |
|---|
Public Class Neg _ Inherits Instruction _ Implements ILockInstruction |
| Visual C++ |
|---|
public ref class Neg : public Instruction, ILockInstruction |
Contracts
| Invariants |
|---|
this.value != null |
this.value is EffectiveAddress || this.value is RegisterOperand |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Neg
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..Neg