adjusted module name accordingly

This commit is contained in:
Torsten Ruger
2014-08-22 17:40:09 +03:00
parent b100956909
commit b196810e89
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
require_relative "code"
module Vm
module Register
# Because the idea of what one instruction does, does not always map one to one to real machine
# instructions, and instruction may link to another instruction thus creating an arbitrary list