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 bg.beqi operand signed #1288

Closed throwaway96 closed 10 months ago

throwaway96 commented 10 months ago

bg.beqi appears to have a 5-bit signed immediate operand, analogous to bn.beqi's 3-bit operand.

uxmal commented 10 months ago

Thanks for the contribution!