move interpreter to register
seems more where it belongs, since it interprets the register machine instructions
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
require_relative "eventable"
|
||||
|
||||
module Interpreter
|
||||
module Register
|
||||
class Interpreter
|
||||
# fire events for changed pc and register contents
|
||||
include Eventable
|
Reference in New Issue
Block a user