Skip to content

Releases: gboncoffee/egg

v3.5.1 - Fixed J instructions in PIÁ

Choose a tag to compare

@gboncoffee gboncoffee released this 14 Jul 20:41
aafa5fa
Merge pull request #38 from gboncoffee/pia

Fixed J instructions assembling in PIÁ

v3.5.0 - REDUX-PIÁ

Choose a tag to compare

@gboncoffee gboncoffee released this 25 Mar 02:55
92d4466

This release adds REDUX-PIÁ, my own version of the REDUX-V architecture.

v3.4.0

Choose a tag to compare

@gboncoffee gboncoffee released this 02 Jun 03:26
786d886

This release adds support for ReduxK, a REDUX-V spin-off made by @Eduardo-Kaluf. Thanks Eduardo for your contributions!

v3.3.3

Choose a tag to compare

@gboncoffee gboncoffee released this 02 Apr 11:42

Fixes sign handling in REDUX-V add and sub.

v3.3.2

Choose a tag to compare

@gboncoffee gboncoffee released this 01 Apr 12:36
2d03019

This release fixes two bugs in REDUX-V and Sagui: #29 and #30.

Essa release arruma dois bugs no REDUX-V e no Sagui: #29 e #30.

v3.3.1

Choose a tag to compare

@gboncoffee gboncoffee released this 30 Mar 15:26

This release fixes the immediate sign extension in REDUX-V.

Essa release arruma a extensão de sinal do imediato do REDUX-V.

v3.3.0

Choose a tag to compare

@gboncoffee gboncoffee released this 26 Mar 11:34

This releases makes the labels in Sagui and REDUX-V work as expected in jumps with relative-addressing of the immediates.

Essa release faz as etiquetas no Sagui e no REDUX-V funcionarem como esperado com saltos que utilizam endereçamento relativo de imediatos.

v3.2.0

Choose a tag to compare

@gboncoffee gboncoffee released this 21 Mar 12:11
45e29ae

This release adds REDUX-V support. We're also starting to build to a bunch more targets!

Essa release adiciona suporte ao REDUX-V. Nós também estamos disponibilizando binários para várias plataformas extras!

v3.1.0

Choose a tag to compare

@gboncoffee gboncoffee released this 20 Oct 22:41
79f4a9d

This release makes the MIPS backend stable.

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

v3.0.1

Choose a tag to compare

@gboncoffee gboncoffee released this 09 Sep 17:06
c401c89

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.