You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the addressing difference, darm's [r1], r3 versus proper [r1, r3].
I bit should not be set and there is no shifting. According to the manual A8.8.65:
For encoding T2, <shift> can only be omitted, encoded as imm2 = 0b00, or LSL #<imm> with <imm> = 1, 2, or 3, and <imm> encoded in imm2.
The text was updated successfully, but these errors were encountered:
objdump:
f851 9003 ldr.w r9, [r1, r3]
Note the addressing difference, darm's
[r1], r3
versus proper[r1, r3]
.I
bit should not be set and there is no shifting. According to the manual A8.8.65:For encoding T2,
<shift>
can only be omitted, encoded asimm2 = 0b00
, orLSL #<imm>
with<imm> = 1, 2, or 3
, and<imm>
encoded inimm2
.The text was updated successfully, but these errors were encountered: