class RiSC16::Spec::Section

Defined in:

spec.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, base_address : UInt32 | Nil, max_size : UInt32 | Nil, options : RiSC16::Object::Section::Options = Object::Section::Options::None) #

[View source]

Instance Method Detail

def base_address : UInt32 | Nil #

[View source]
def base_address=(base_address : UInt32 | Nil) #

[View source]
def max_size : UInt32 | Nil #

[View source]
def max_size=(max_size : UInt32 | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def options : Object::Section::Options #

[View source]
def options=(options : Object::Section::Options) #

[View source]