Gets the SIB byte to encode.

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

Syntax

C#
public EncodedInstruction..::..SibByte Sib { get; }
Visual Basic
Public ReadOnly Property Sib As EncodedInstruction..::..SibByte
	Get
Visual C++
public:
property EncodedInstruction..::..SibByte^ Sib {
	EncodedInstruction..::..SibByte^ get ();
}

Field Value

A EncodedInstruction..::..SibByte; or nullNothingnullptra null reference (Nothing in Visual Basic) to not encode a SIB byte. The default is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

To ensure that a ModR/M byte will be created (i.e. that this property is not nullNothingnullptra null reference (Nothing in Visual Basic)), call the SetSIBByte()()()() method.

See Also