uxmal / reko

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

AEON: Add some instructions and tests #1201

Closed throwaway96 closed 1 year ago

throwaway96 commented 1 year ago

I took out beqi (and some other compare/branch instructions) for now because I haven't written tests.

uxmal commented 1 year ago

Excellent work. I especially appreciate the added unit tests.