rubyx/test/risc/interpreter
Torsten Ruger 33ffcf1d88 move resolve_method code from word to mom
rather make resolve an instruction.
Since it was coded in risc anyway, we not only save the setup and call
But also makes the mom instruction flow clearer
The method really came from not wanting to code it in risc, but with
the Builder, that is now surprisingly painless
2018-04-08 18:55:17 +03:00
..
helper.rb little spring clean 2018-04-03 15:23:19 +03:00
test_assign_local.rb fixes all but interpreter tests 2018-04-06 23:37:41 +03:00
test_div10.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_dynamic_call.rb move resolve_method code from word to mom 2018-04-08 18:55:17 +03:00
test_events.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_get_byte.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_minus.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_mod.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_mult.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_plus.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_puts.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_return.rb fixes all but interpreter tests 2018-04-06 23:37:41 +03:00
test_set_byte.rb fixing the interpreter tests 2018-04-07 18:58:44 +03:00
test_simple_if10.rb make interpreter tests less brittle 2018-04-04 20:05:09 +03:00