Skip to content

Releases: cheng-alvin/jas

v0.3.0

30 Dec 23:55
64593f5
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Dec 05:49
c78bace
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.0 - Initial release 🥳

05 Nov 07:22
Compare
Choose a tag to compare
Pre-release

This is the first official release of the Jas assembler🎉! ... Finally! After Over 1200 commits, over 3300 lines of code and nearly one and a half years of smashing a keyboard in the dark, Jas finally has finally been able to assemble a simple subset of the x64 instruction set into an ELF object file which ld is willing to chew up and spit out an executable for. (Which I consider as release-worthy, kinda)

Although an effort has been made to ensure the stability of Jas, there's no guarantee that no bugs will occur, code generated using Jas and Jas itself shall not be used in critical production settings. In the coming future, we will do out best to eliminate bugs and boost the stability of the library.

Full Changelog: https://github.com/cheng-alvin/jas/commits/v0.1.0

Please see the README.md file for more information and how to build Jas from source.