The BOUND (Check Array Bound) instruction.

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

Syntax

C#
public class Bound : Instruction
Visual Basic
Public Class Bound _
	Inherits Instruction
Visual C++
public ref class Bound : public Instruction

Contracts

Invariants
this.index != null
this.bounds != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Bound

See Also