rubyx/lib/register/instructions
Torsten Ruger 50da6a40f2 Move the Main instruction from register to virtual
also needs a branch in register.
This way the register level is self sufficient
(noticed while writing debugger)
2015-07-17 13:21:57 +03:00
..
branch.rb Move the Main instruction from register to virtual 2015-07-17 13:21:57 +03:00
function_call.rb move function call instruction to register level and the pass to arm 2014-10-03 14:32:54 +03:00
function_return.rb minor 2014-10-05 01:13:57 +03:00
get_slot.rb move generator functions to the instructions they generate 2015-06-30 09:43:50 +03:00
load_constant.rb finished init routine 2015-06-25 16:31:09 +03:00
register_transfer.rb fixing register order in some instructions 2015-06-27 20:09:21 +03:00
save_return.rb move generator functions to the instructions they generate 2015-06-30 09:43:50 +03:00
set_slot.rb move generator functions to the instructions they generate 2015-06-30 09:43:50 +03:00
syscall.rb start on reworking sys calls 2015-06-22 22:48:42 +03:00