Skip to content

Releases: gboncoffee/egg

v2.4.2 - Hotfix

06 Jul 21:26
Compare
Choose a tag to compare

This release fixes a bug causing an infinite loop when encountering a trailing % in literals. The behaviour now is to insert them.

v2.4.1 - Hotfix

05 Jul 13:25
Compare
Choose a tag to compare

This release fixes the message "cannot get memory content" being printed after the register content after trying to print a register in the debugger.

v2.4.0 - ASCII output on print command.

25 Jun 12:37
8f8872e
Compare
Choose a tag to compare

This release adds ASCII output on the print command.

Screenshot from 2024-06-25 09-36-16

Kawaii :3

v2.3.0 - Internationalization

07 May 15:36
Compare
Choose a tag to compare

This release adds internationalization support via intergo and a Brazilian Portuguese translation.

v2.2.0 - Registers diff

22 Apr 12:47
Compare
Choose a tag to compare

This release adds a "registers diff" functionality: after the commands "next" and "continue", all changed registers are printed.

v2.1.0 - Sagui

19 Apr 17:12
Compare
Choose a tag to compare

This release adds the Sagui architecture backend.

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.