rubyx/test/risc
Torsten Ruger be3d125b82 implement smaller than comparison
which is NOT an operator in the risc sense
rather a minus and a check for sign
(which _could be more efficient in arm, with conditional execution)
2018-04-19 22:41:40 +03:00
..
builtin implement smaller than comparison 2018-04-19 22:41:40 +03:00
interpreter generalise the operator handling 2018-04-19 22:13:52 +03:00
helper.rb move test helper code to support 2018-04-19 19:33:40 +03:00
test_builder.rb pass a source into the builder 2018-04-18 19:12:30 +03:00
test_collector.rb don't collect labels anymore 2018-03-27 19:06:16 +03:00
test_compat.rb rename register to risc 2017-01-19 09:02:29 +02:00
test_instructions.rb fix builtin methods according to last commit 2018-04-08 18:52:17 +03:00
test_machine.rb move to parfait integers in risc layer 2018-03-31 13:25:59 +03:00
test_padding.rb rename register to risc 2017-01-19 09:02:29 +02:00
test_positioned.rb rename register to risc 2017-01-19 09:02:29 +02:00
test_risc_value.rb fix the resolve 2018-04-08 22:30:18 +03:00
test_text_writer.rb rename assembler to text_writer 2018-03-29 18:17:19 +03:00
test_translator.rb fix calling to binaries 2018-03-28 13:00:03 +03:00