class RiSC16::Object::Section::Reference
- RiSC16::Object::Section::Reference
- Reference
- Object
Overview
Represent a reference to a symbol.
The #address
is the offset within the block of code of the section where the reference is stored.
The #offset
is an value to add to the reference symbol value before writing it within the block of code.
the #kind
control how the referenced value should be written and which restriction must be applied.
Defined in:
assembler/object.crConstructors
Instance Method Summary
- #address : UInt16
- #address=(address : UInt16)
- #kind : Kind
- #kind=(kind : Kind)
- #offset : Int32
- #offset=(offset : Int32)