removing passes (before arm)
collector becomes a function minimizer unused
This commit is contained in:
@ -74,6 +74,7 @@ module Interpreter
|
||||
def tick
|
||||
return unless @instruction
|
||||
@clock += 1
|
||||
#puts @instruction
|
||||
name = @instruction.class.name.split("::").last
|
||||
fetch = send "execute_#{name}"
|
||||
return unless fetch
|
||||
|
Reference in New Issue
Block a user