Skip to content

Releases: gboncoffee/egg

v3.1.0

20 Oct 22:41
79f4a9d
Compare
Choose a tag to compare

This release makes the MIPS backend stable.

Also, thanks to @PBnJK as this release features his code ;) #26

v3.0.1

09 Sep 17:06
c401c89
Compare
Choose a tag to compare

This release fixes a bug where set didn't accepted negative numbers and it's error message was printed without a newline.

Also, printing a register now shows the decimal, signed value of it. And I'm building Darwin binaries.

v3.0.0

27 Aug 16:42
b8c0bee
Compare
Choose a tag to compare

Let's gooo!!!!

This release completely rewrites the Assemblers:

  • Much better error messages, with file:line context;
  • Directives support with ., so binary literals are easier and more readable;
  • Include and space directives;
  • Better interface between architectures and the assembler package.

Also, a command for reloading the Assembly files reload was also added.

v2.4.3 - Hotfix

11 Jul 16:00
Compare
Choose a tag to compare

This release adds a proper emulator error when trying to shift a negative amount in RISC-V.

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.