Class: RMasm::Extern

Inherits:
Directive show all
Defined in:
lib/rmasm/extern.rb

Instance Attribute Summary

Attributes inherited from Directive

#id

Instance Method Summary collapse

Methods inherited from Directive

#fetch

Constructor Details

#initializeExtern

Returns a new instance of Extern.



22
23
24
# File 'lib/rmasm/extern.rb', line 22

def initialize()
  super :extern
end

Instance Method Details

#label(arg) ⇒ Object



26
27
28
29
# File 'lib/rmasm/extern.rb', line 26

def label(arg)
  # Not implemented
  self;
end

#proc(*args) ⇒ Object



31
32
33
34
# File 'lib/rmasm/extern.rb', line 31

def proc(*args)
  # Not Implemented
  self;
end