class RiSC16::Object::Section::Symbol
- RiSC16::Object::Section::Symbol
- Reference
- Object
Overview
Represent a symbol defined by a section.
It can be static to the section or global depending on #exported
.
The #address
is relative to the block of code of the section it belongs to.
Defined in:
assembler/object.crConstructors
Instance Method Summary
-
#address : Int32
NOTE the address is sometimes used to store macros values from the specification.
-
#address=(address : Int32)
NOTE the address is sometimes used to store macros values from the specification.
- #exported : Bool
- #exported=(exported : Bool)
Constructor Detail
Instance Method Detail
def address : Int32
#
NOTE the address is sometimes used to store macros values from the specification. file RiSC16::Spec
. This is why it must allows negative values.
def address=(address : Int32)
#
NOTE the address is sometimes used to store macros values from the specification. file RiSC16::Spec
. This is why it must allows negative values.