JumpTarget Type
Represents the target of a jump instruction.
Union cases
Union case | Description |
Full Usage:
Absolute(SegmentSelector, Addr, OperandSize)
Parameters:
SegmentSelector
Item2 : Addr
Item3 : OperandSize
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsAbsolute
Returns: bool
|
|
Full Usage:
this.IsRelative
Returns: bool
|
|