Gets the mnemonic of the instruction.

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

Syntax

C#
public abstract string Mnemonic { get; }
Visual Basic
Public MustOverride ReadOnly Property Mnemonic As String
	Get
Visual C++
public:
virtual property String^ Mnemonic {
	String^ get () abstract;
}

Field Value

The mnemonic of the instruction.

See Also