testing fibo

This commit is contained in:
Torsten Ruger
2015-11-06 14:24:57 +02:00
parent eae5cac4b5
commit ebcc15d314
5 changed files with 21 additions and 180 deletions

View File

@ -192,6 +192,7 @@ module Interpreter
else
raise "unimplemented '#{@instruction.operator}' #{@instruction}"
end
## result not over 2**62 => overflow
log.debug "#{@instruction} == #{result} (#{left}|#{right})"
right = set_register(@instruction.left , result)
true