rubyx/test/risc/interpreter
Torsten Ruger 576ae9261d recode resolve method as assembler
definitely needs some refactoring
in fact i was hoping to code this in ruby (with compiler tweeks)
but there it is: goes through the linked list of methods of the type
and compares their name with self (method on word)
if not found ends in sys exit for now
2018-04-02 19:32:59 +03:00
..
helper.rb test interpreters event firing 2018-04-01 22:50:15 +03:00
test_assign_local.rb fix remaining constant issues 2018-03-31 13:58:08 +03:00
test_div10.rb fix div10 2018-04-01 14:50:13 +03:00
test_dynamic_call.rb recode resolve method as assembler 2018-04-02 19:32:59 +03:00
test_events.rb test interpreters event firing 2018-04-01 22:50:15 +03:00
test_get_byte.rb add returns to tests so program ends in syscall exit 2018-04-01 22:19:21 +03:00
test_minus.rb add integer minus 2018-04-01 15:26:53 +03:00
test_mod.rb fix mod4 2018-04-01 15:13:12 +03:00
test_mult.rb adds multiplication 2018-04-01 21:18:08 +03:00
test_plus.rb fix integer plus 2018-04-01 14:56:01 +03:00
test_puts.rb fix putstring 2018-04-01 18:57:43 +03:00
test_return.rb fix remaining constant issues 2018-03-31 13:58:08 +03:00
test_set_byte.rb add returns to tests so program ends in syscall exit 2018-04-01 22:19:21 +03:00
test_simple_if10.rb simplest if 2018-04-01 22:42:27 +03:00