Class: Ragweed::Rasm::Label
Overview
A label. Like an Immed with a default value and a different wrapper.
Instance Attribute Summary
Attributes inherited from Immed
Instance Method Summary collapse
-
#initialize(i = rand(0x1FFFFFFF)) ⇒ Label
constructor
A new instance of Label.
Methods inherited from Immed
Constructor Details
#initialize(i = rand(0x1FFFFFFF)) ⇒ Label
Returns a new instance of Label.
223 |
# File 'lib/ragweed/rasm/isa.rb', line 223 def initialize(i=rand(0x1FFFFFFF)); super i; end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ragweed::Rasm::Immed