rubyx/lib/virtual/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 create one file per instruction 2015-05-06 08:55:14 +03:00
halt.rb homing in on line length 100 2015-05-30 12:20:39 +03:00
instance_get.rb homing in on line length 100 2015-05-30 12:20:39 +03:00
is_true_branch.rb create one file per instruction 2015-05-06 08:55:14 +03:00
message_send.rb create one file per instruction 2015-05-06 08:55:14 +03:00
method_call.rb create one file per instruction 2015-05-06 08:55:14 +03:00
method_enter.rb giving the method to return and save 2015-06-28 22:03:21 +03:00
method_return.rb giving the method to return and save 2015-06-28 22:03:21 +03:00
new_frame.rb create one file per instruction 2015-05-06 08:55:14 +03:00
new_message.rb create one file per instruction 2015-05-06 08:55:14 +03:00
set.rb changed Set order 2015-06-21 13:29:27 +03:00
unconditional_branch.rb create one file per instruction 2015-05-06 08:55:14 +03:00
virtual_main.rb Move the Main instruction from register to virtual 2015-07-17 13:21:57 +03:00