Skip to content

Releases: sam-astro/Astro8-Computer

v0.2.1-alpha

01 Aug 21:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-alpha...v0.2.1-alpha

v0.2.0-alpha

31 Jul 22:41
Compare
Choose a tag to compare

What's Changed

  • Optimize microinstructionData by @lilweege in #14
  • Dev by @sam-astro in #20
  • Lots of optimization
  • Updated jmp instructions to now use the location after themselves as the address to jump to (allowing 16-bit jumps)
  • New jreg instruction for jumping to the value stored in the A register.
  • Pong got broken from new jmp handling, fixed.

Full Changelog: v0.1.1-alpha...v0.2.0-alpha

v0.1.1-alpha

25 Jul 12:40
Compare
Choose a tag to compare

What's Changed

  • Fix segfault when parsing empty string by @lilweege in #8
  • Fix other segfaults when parsing and accessing files
  • Add more colors to console UI
  • Add missing SDL2 required DLL
  • Accidentally used non-working Dev build, fixed

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

v0.1.0-alpha

23 Jul 17:51
45a34a9
Compare
Choose a tag to compare

Linux and Windows are now supported!

What's Changed

  • Improve Linux support by @lilweege in #6
  • Path to code can now be provided through argument
  • Moved important required files to be near the binary
  • Removed unnecessary files

New Contributors

Full Changelog: v0.0.1-alpha...v0.1.0-alpha

v0.0.1-alpha

22 Jul 20:43
e44e54a
Compare
Choose a tag to compare

First released version containing Windows build.

What's Changed

New Contributors

Full Changelog: https://github.com/sam-astro/Astro8-Computer/commits/v0.0.1-alpha