fixed the SetImplementation with new register instructions

This commit is contained in:
Torsten Ruger
2014-10-03 11:07:18 +03:00
parent 38a286942e
commit 1af66567fb
5 changed files with 53 additions and 6 deletions

View File

@ -30,5 +30,6 @@ module Register
end
require "instructions/variable_set"
#require "instructions/object_set"
require_relative "instructions/set_slot"
require_relative "instructions/get_slot"
require_relative "instructions/load_constant"