rubyx/lib/register/instructions
Torsten Ruger 5ddc96718b slight call logic modification
simplification, new model is such that the upon start the method:
has a message in r0, works on it and returns to the return address.

Everything else is up to the caller
2015-11-07 21:59:39 +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_slot.rb allow get_slot with two registers 2015-11-07 17:34:41 +02:00
label.rb method marking for labels 2015-11-03 16:22:24 +02:00
load_constant.rb better to_s for load constant 2015-08-09 00:52:47 +03:00
operator_instruction.rb fix test result, but not test yet 2015-08-07 16:46:55 +03:00
register_transfer.rb fixing and testing operators 2015-10-15 09:32:47 +03:00
set_slot.rb fold last of the virtual into register 2015-10-22 18:16:29 +03:00
syscall.rb adding sources to register instructions 2015-07-27 12:13:39 +03:00