Releases: sam-astro/Astro8-Computer
Releases · sam-astro/Astro8-Computer
v0.2.1-alpha
What's Changed
- Formatting Documentation by @ElectronicsArchiver in #16
- Removed Redundant Documentation by @ElectronicsArchiver in #25
- Fixed integer loading issue with new instruction
ldw
by @sam-astro
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
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
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
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
First released version containing Windows build.
What's Changed
- Update README.md by @sam-astro in #1
- 16 bit new assembly by @sam-astro in #2
New Contributors
- @sam-astro made their first contribution in #1
Full Changelog: https://github.com/sam-astro/Astro8-Computer/commits/v0.0.1-alpha