Gets the interrupt vector.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Immediate InterruptVector { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InterruptVector As Immediate Get |
| Visual C++ |
|---|
public: property Immediate^ InterruptVector { Immediate^ get (); } |
Field Value
A Immediate.
Contracts
Get
| Ensures |
|---|
Contract.Result<Immediate>() != null |