Gets or sets whether to use RIP-relative addressing by default.
Namespace: SharpAssembler.x86Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool UseRIPRelativeAddressing { get; } |
Visual Basic |
---|
Public ReadOnly Property UseRIPRelativeAddressing As Boolean Get |
Visual C++ |
---|
public: property bool UseRIPRelativeAddressing { bool get (); } |
Field Value
trueTruetruetrue (True in Visual Basic) to use RIP-relative addressing by default; otherwise, falseFalsefalsefalse (False in Visual Basic).
Remarks
This property's value may only be trueTruetruetrue (True in Visual Basic) in 64-bit addressing mode.