uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.1k stars 251 forks source link

AEON: make bn.beqi immediate signed #1285

Closed throwaway96 closed 11 months ago

throwaway96 commented 11 months ago

I've found significant evidence that bn.beqi's 3-bit immediate is signed. There are many cases in which it makes a lot more sense to compare with -1 than with 7.