Skip to content

Releases: gboncoffee/egg

v2.0.0 - Debugger

12 Apr 13:32
7a12ef2
Compare
Choose a tag to compare

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

29 Mar 21:33
9cbfac9
Compare
Choose a tag to compare

This release adds the debugger commands set and rewind.

v1.1.3 - Hotfix

17 Mar 12:30
Compare
Choose a tag to compare

This release fixes a bug increasing the magnitude of branch amounts on RISC-V.

v1.1.2 - Hotfix

16 Mar 13:37
Compare
Choose a tag to compare

This release fixes a bug making negative jumps in RISC-V execute forward.

v1.1.1 - Hotfix

16 Mar 00:03
Compare
Choose a tag to compare

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

25 Feb 03:08
Compare
Choose a tag to compare

This release adds an experimental MIPS 32 backend.

v1.0.0

06 Jan 21:00
Compare
Choose a tag to compare

First release ;).

v0.0.1rc - Testing release

30 Dec 01:35
Compare
Choose a tag to compare
Pre-release

Testing release after all desired features got to work.

WINDOWS USERS: The Windows binary is untested and has no guarantee to work.