NAME
CPU::x86_64::InstructionWriter::RipRelative - Object representing an offset to a label
VERSION
version 0.003
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
rip
A reference to the label marking the end of the RIP-relative instruction
label
The label the RIP-relative instruction should point to
CONSTRUCTOR
Use "get_label" in CPU::x86_64::InstructionWriter to create labels.
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.