Releases: gboncoffee/egg
v3.1.0
v3.0.1
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
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
This release adds a proper emulator error when trying to shift a negative amount in RISC-V.
v2.4.2 - Hotfix
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
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.
v2.3.0 - Internationalization
This release adds internationalization support via intergo and a Brazilian Portuguese translation.
v2.2.0 - Registers diff
This release adds a "registers diff" functionality: after the commands "next" and "continue", all changed registers are printed.
v2.1.0 - Sagui
This release adds the Sagui architecture backend.