fix interpreter test harness and start testing

interpreter on debug for now
This commit is contained in:
Torsten Ruger
2018-03-22 18:54:40 +02:00
parent e505856af7
commit 34903829ca
4 changed files with 11 additions and 10 deletions

View File

@ -17,7 +17,7 @@ module Risc
# fire events for changed pc and register contents
include Eventable
include Logging
log_level :info
log_level :debug
attr_reader :instruction # current instruction or pc
attr_reader :clock # current instruction or pc