making parfait (both) use the new byte functions

This commit is contained in:
Torsten Ruger
2015-11-19 10:09:24 +02:00
parent dffa3fbf42
commit ac5a7ac4ca
3 changed files with 28 additions and 42 deletions

View File

@ -119,6 +119,8 @@ end
require_relative "instructions/set_slot"
require_relative "instructions/get_slot"
require_relative "instructions/set_byte"
require_relative "instructions/get_byte"
require_relative "instructions/load_constant"
require_relative "instructions/syscall"
require_relative "instructions/function_call"