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