Releases: gboncoffee/egg
v2.0.0 - Debugger
This release adds a command to print the content of all registers on the debugger.
All content printing commands were also updated to be aware of the word length of the underlying architecture.
This is a breaking major release due to the machine.Machine interface beeing changed.
v1.2.0 - Debugger Commands
This release adds the debugger commands set and rewind.
v1.1.3 - Hotfix
This release fixes a bug increasing the magnitude of branch amounts on RISC-V.
v1.1.2 - Hotfix
This release fixes a bug making negative jumps in RISC-V execute forward.
v1.1.1 - Hotfix
This release fixes a panic occurring when nothing is typed in the debugger prompt (i.e., only a '\n').
v1.1.0 - Experimental MIPS backend
This release adds an experimental MIPS 32 backend.
v1.0.0
First release ;).
v0.0.1rc - Testing release
Testing release after all desired features got to work.
WINDOWS USERS: The Windows binary is untested and has no guarantee to work.