Make a test suite to ensure that the opcodes work correctly.
I am sure this can be generated somehow.
The most important thing is ensuring that:
- Stack reads and writes work correctly
- Two's Complement and inc/dec-hacks in stencil holes works correctly
- Operand order behaves as expected (div, swrite, sread, if etc)
Make a test suite to ensure that the opcodes work correctly.
I am sure this can be generated somehow.
The most important thing is ensuring that: