class UDis86::OperandPointer

Defined in:

udis86/operand_pointer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operand_pointer : LibUDis86::UDLValPtr) #

Initializes the operand pointer instance.


[View source]

Instance Method Detail

def off(*args, **options) #

Returns the offset within the segment of the pointer.


[View source]
def off(*args, **options, &) #

Returns the offset within the segment of the pointer.


[View source]
def offset #

[View source]
def seg(*args, **options) #

Returns the pointer segment.


[View source]
def seg(*args, **options, &) #

Returns the pointer segment.


[View source]
def segment #

[View source]