Class: Wardite::MemorySection
Instance Attribute Summary collapse
-
#limits ⇒ Object
: Array[[Integer, Integer?]].
Attributes inherited from Section
Instance Method Summary collapse
-
#initialize ⇒ MemorySection
constructor
A new instance of MemorySection.
Constructor Details
#initialize ⇒ MemorySection
Returns a new instance of MemorySection.
57 58 59 60 61 62 |
# File 'lib/wardite/load.rb', line 57 def initialize self.name = "Memory" self.code = 0x5 @limits = [] end |
Instance Attribute Details
#limits ⇒ Object
: Array[[Integer, Integer?]]
54 55 56 |
# File 'lib/wardite/load.rb', line 54 def limits @limits end |