moving more tests to arm

and guess what, finding bugs (index ones)
not fixed though
This commit is contained in:
2020-03-27 20:18:14 +02:00
parent c29bb44159
commit 06944142d6
2 changed files with 55 additions and 3 deletions

View File

@ -48,9 +48,7 @@ module Arm
end
def byte_args_for( code )
args = slot_args_for( code )
args.pop if(code.index.is_a? Numeric)
args
[ code.register , code.array , code.index ]
end
def translate_ByteToReg( code )