rubyx/lib/register/instructions
Torsten Ruger ff65952a3e add get/set byte instructions
it seems all cpus have them anyway so best use them
it was a pain to do this on word level, hard to write, hard to debug and
quite unnecessarily slow
2015-11-19 10:07:27 +02:00
..
branch.rb fix to_s 2015-10-25 12:10:56 +02:00
function_call.rb slight call logic modification 2015-11-07 21:59:39 +02:00
function_return.rb adding sources to register instructions 2015-07-27 12:13:39 +03:00
get_byte.rb add get/set byte instructions 2015-11-19 10:07:27 +02:00
get_slot.rb allow get_slot with two registers 2015-11-07 17:34:41 +02:00
label.rb small label changes 2015-11-15 00:35:43 +02:00
load_constant.rb some helper functions 2015-11-13 20:47:08 +02:00
operator_instruction.rb some helper functions 2015-11-13 20:47:08 +02:00
register_transfer.rb some helper functions 2015-11-13 20:47:08 +02:00
set_byte.rb add get/set byte instructions 2015-11-19 10:07:27 +02:00
set_slot.rb add set_internal 2015-11-08 17:10:36 +02:00
syscall.rb adding sources to register instructions 2015-07-27 12:13:39 +03:00