Gets the mnemonic of the instruction.
Namespace: SharpAssembler.x86.Instructions.x87Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public override string Mnemonic { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property Mnemonic As String Get |
| Visual C++ |
|---|
public: virtual property String^ Mnemonic { String^ get () override; } |