The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPU::x86_64::InstructionWriter::Unknown - Placeholder for a constant that will be assembled

VERSION

version 0.002

DESCRIPTION

This object represents a calculated constant that is not initially known.

ATTRIBUTES

name

Human-readable name for the unknown value

bits

The number of bits in the value (sometimes known before the value itself). May be undef

value

The numeric value. Starts as undef and gets assigned a value during assembly.

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 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.