VM Changes
Fixed a bug with some of the opcodes being interpretered as an incorrect one that was one Opcode higher numerically
Fixed a bug with the
run()function that was causing the execution loop to exit earlyAdded in basic heap memory
Started on an Assembler; added directives and segments to the assembler
Started defining a bytecode format
Website Changes
Every tutorial series now has a
PreviousandNextlink at the top and bottom to make it easier to navigateStill thinking about more navigation improvements to do
Tutorials Added
Added tutorials up through #14. They cover strings, the heap, assembler labels, and more about the assembler