first interpreted instruction, with gui change

This commit is contained in:
Torsten Ruger
2015-07-24 10:15:58 +03:00
parent 246bb5ee4f
commit f5ece67233
3 changed files with 14 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ class Interpreter
end
def execute_Branch
target = @instruction.to
target = @instruction.block
set_block target
false
end
end