Method: N65::InstructionBase#exec
- Defined in:
- lib/n65/instruction_base.rb
#exec(assembler) ⇒ Object
Another method subclasses will be expected to implement
23 24 25 |
# File 'lib/n65/instruction_base.rb', line 23 def exec(assembler) fail(NotImplementedError, "#{self.class.name} must implement exec") end |