Skip to content

JAAT code optimization

Latest
Compare
Choose a tag to compare
@Alex230805 Alex230805 released this 10 Nov 11:30
· 10 commits to master since this release

Nothing really changed in this release, the vm instruction set and how it work is the same as the 1.0 release.

The major changes are located in the general code structure, especially in how someone can easily update the machine code or
the instruction set. By using the X macro technique and some c preprocessor power is possible now to easily update the instruction set
without change things in too many places.