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
sw x1, 4(x0) converted into 0x00102423, but should have been 0x00102223
I validated this with two online assemblers and by working through it by hand. I deduced that the immediate value is off by 1 place. Which looks to be true with my surface level testing of it.
The text was updated successfully, but these errors were encountered:
I found this bug recently:
sw x1, 4(x0)
converted into0x00102423
, but should have been0x00102223
I validated this with two online assemblers and by working through it by hand. I deduced that the immediate value is off by 1 place. Which looks to be true with my surface level testing of it.
The text was updated successfully, but these errors were encountered: