move interpreter to register

seems more where it belongs, since it interprets the register machine
instructions
This commit is contained in:
Torsten Ruger
2015-11-18 12:00:30 +02:00
parent 40d81681b5
commit 2bc2d4486f
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
require_relative "eventable"
module Interpreter
module Register
class Interpreter
# fire events for changed pc and register contents
include Eventable