Represents the SIB byte.

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

Syntax

C#
public class SibByte
Visual Basic
Public Class SibByte
Visual C++
public ref class SibByte

Contracts

Invariants
this.@base <= 0x0F
this.index <= 0x0F
this.scale <= 0x03

Inheritance Hierarchy

System..::..Object
  SharpAssembler.x86..::..EncodedInstruction..::..SibByte

See Also