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
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Yes, it's possible that unsigned integers would be the more common use. But it's easy to get around the current behaviour: just do mem32[addr] & 0xffffffff.
It could be argued that there should be signed and unsigned accessors, like mem32 for signed and umem32 for unsigned.
I would expect unsigned integers here.
The text was updated successfully, but these errors were encountered: