NAME

CPU::x86_64::InstructionWriter::RipRelative - Object representing an offset to a label

VERSION

version 0.005

DESCRIPTION

The CPU::x86_64::InstructionWriter::Label object resolves to an absolute address. When you need to resolve a relative offset to a label, use this object instead.

ATTRIBUTES

instruction

A reference to the 'unknown' entry for the instruction

label

The label the RIP-relative instruction should point to

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Michael Conrad.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.