Class: RecallNode
- Inherits:
-
Object
- Object
- RecallNode
- Defined in:
- lib/ast.rb
Instance Method Summary collapse
Instance Method Details
#evaluate ⇒ Object
217 218 219 |
# File 'lib/ast.rb', line 217 def evaluate() $calc.memory end |
#ewe ⇒ Object
220 221 222 223 |
# File 'lib/ast.rb', line 220 def ewe() recall = "M[sp + 0] := mem \n" return recall end |