rubyx/test/risc/interpreter
Torsten Ruger 599679d6e8 simplest if
without true/false or logic
2018-04-01 22:42:27 +03:00
..
wip simplest if 2018-04-01 22:42:27 +03:00
helper.rb also separate risc and cpu inits for the machine 2018-03-25 19:36:00 +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 adding returns to all builtins 2018-04-01 15:17:16 +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