Bases: object
object
Class to represent a value in memory.
address –
value –
length –
Methods
__init__(address, value, length)
__init__
Attributes
address
Address of the memory value
length
Length of the memory value (int)
int
value
Actual memory value (int)
Address of the memory value (Address)
Address