rubyx/lib/register/instructions
Torsten Ruger bc414fd3e8 function call now saves the return address before calling
that means SaveReturn is obsolete (breaks loads of tests)
first step towards multi - return which obviously can not have the
callee save return address.
In fact this would make FunctionCall redundant too, as it is really
just a branch
2015-11-03 11:20:49 +02:00
..
branch.rb fix to_s 2015-10-25 12:10:56 +02:00
function_call.rb function call now saves the return address before calling 2015-11-03 11:20:49 +02:00
function_return.rb adding sources to register instructions 2015-07-27 12:13:39 +03:00
get_slot.rb still finding index errors 2015-10-27 18:45:56 +02:00
label.rb remove last block occurrences 2015-10-25 12:03:31 +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