Variable
Bases: object
object
__init__
Methods
array
set_address
Attributes
address
Address
type
Variable type (str).
str
name
Variable name (str).
Return if the variable is an array.
bool
size
Variable size in bytes (:int).
int
value
Variable value.
align
Variable alignment (int).
Set variable address.
Variable address (Address).