add an integer plus

not correctly handling integer objects yet
This commit is contained in:
Torsten Ruger
2018-03-30 17:09:02 +03:00
parent efcc33f8a1
commit 1956f18faa
6 changed files with 44 additions and 32 deletions

View File

@ -86,7 +86,7 @@ module Arm
end
end
def translate_OperatorInstruction code
def translate_OperatorInstruction( code )
left = code.left
right = code.right
case code.operator.to_s