fix add instruction and test
This commit is contained in:
@ -31,7 +31,7 @@ module Arm
|
||||
right = Virtual::IntegerConstant.new( right )
|
||||
end
|
||||
if (right.is_a?(Virtual::IntegerConstant))
|
||||
if true #TODO (right.fits_u8?)
|
||||
if (right.fits_u8?)
|
||||
# no shifting needed
|
||||
operand = right.integer
|
||||
immediate = 1
|
||||
|
Reference in New Issue
Block a user