Gets whether this instruction is valid in 64-bit mode.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual bool ValidIn64BitMode { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property ValidIn64BitMode As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool ValidIn64BitMode {
bool get ();
} |
Field Value
trueTruetruetrue (True in Visual Basic) when the instruction is valid in 64-bit mode;
otherwise,
falseFalsefalsefalse (False in Visual Basic).
See Also