rubyx/test/slot_machine/instructions
Torsten 8119030ed2 fix return sequence
broken due to logic error in register_slot << (which was reducing the wrong register, self, not the arg)

Still the sequence is in 2 places, one too many ?
2020-03-22 14:31:43 +02:00
..
helper.rb Unify instruction namings also dirs 2020-03-22 14:31:43 +02:00
test_argument_transfer.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_block_yield.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_dynamic_call.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_jump.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_label.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_message_setup.rb fixing instruction tests 2020-03-22 14:31:43 +02:00
test_not_same_check.rb fix not same logic 2020-03-22 14:31:43 +02:00
test_resolve_method.rb converted resolve_method 2020-03-22 14:31:43 +02:00
test_return_jump.rb still fixing instruction tests 2020-03-22 14:31:43 +02:00
test_return_sequence.rb fix return sequence 2020-03-22 14:31:43 +02:00
test_same_check.rb fix not same logic 2020-03-22 14:31:43 +02:00
test_simple_call.rb fix not same logic 2020-03-22 14:31:43 +02:00
test_slot_load1.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load2.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load3.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_slot_load.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00
test_truth_check.rb fix remaining slot instruction tests 2020-03-22 14:31:43 +02:00