class RiSC16::Spec::Section
- RiSC16::Spec::Section
- Reference
- Object
Defined in:
spec.crConstructors
Instance Method Summary
- #base_address : UInt32 | Nil
- #base_address=(base_address : UInt32 | Nil)
- #max_size : UInt32 | Nil
- #max_size=(max_size : UInt32 | Nil)
- #name : String
- #name=(name : String)
- #options : Object::Section::Options
- #options=(options : Object::Section::Options)
Constructor Detail
def self.new(name : String, base_address : UInt32 | Nil, max_size : UInt32 | Nil, options : RiSC16::Object::Section::Options = Object::Section::Options::None)
#