The first go at writing an interpreter for my compiled opcodes is working.
Great result. Now I basically have a working scripting engine, I just need to polish up the code and a few little bugs here and there (“-1” is read as “negative one” or “minus one”).