rubyx/test/risc/interpreter
Torsten Ruger 6e941ebcb7 introduce load_data instruction
which just loads data to a register (used internally)
as opposed to integers, which are objects
2018-03-31 12:38:30 +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 init method message setup 2018-03-24 15:59:54 +02:00
test_byte_to_reg.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_called_if.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_change.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_dynamic_call.rb start on dynamic call test 2018-03-24 17:55:01 +02:00
test_mod.rb introduce load_data instruction 2018-03-31 12:38:30 +03:00
test_mult.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_plus.rb introduce load_data instruction 2018-03-31 12:38:30 +03:00
test_puts.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_reg_to_byte.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30
test_return_call.rb introduce load_data instruction 2018-03-31 12:38:30 +03:00
test_return.rb fix init method message setup 2018-03-24 15:59:54 +02:00
test_simple_if.rb rename RiscTransfer to Transfer 2018-03-21 15:48:04 +05:30