uxmal / reko

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

AEON: bn.bnei immediate is signed #1329

Closed throwaway96 closed 4 months ago

throwaway96 commented 4 months ago

Checking for overflow with a comparison to 7 doesn't make much sense. This also makes bn.bnei match bn.beqi.

uxmal commented 4 months ago

Thanks for the contribution!