rubyx/test/arm
Torsten Ruger c3b026a180 expand constant load
slightly hacky, but in good tradition
previous implementation only worked until 16 significant bits, which is getting to little
this one just keeps adding more instructions to arrive at the constant by force
There are surely cleverer ways of doing this, ie by using the barrel shifter
A start on #15, admittedly a hack
2018-08-31 23:28:31 +03:00
..
helper.rb get block resolution to use the extra 2018-07-17 10:37:33 +03:00
test_arm_platform.rb make the interpreter platform 2018-05-17 09:31:36 +03:00
test_call.rb clean up booting 2018-07-01 14:12:42 +03:00
test_compare.rb put arm tests in arm module 2017-01-03 22:37:55 +02:00
test_logic.rb expand constant load 2018-08-31 23:28:31 +03:00
test_memory.rb put arm tests in arm module 2017-01-03 22:37:55 +02:00
test_move.rb rename risc_value to register_value 2018-06-29 11:39:07 +03:00
test_stack.rb put arm tests in arm module 2017-01-03 22:37:55 +02:00
test_translator.rb minor naming and spaces 2018-07-27 10:46:22 +03:00