Skip to content

Generate the implementation of instructions (so that we can also generate wasm later on)

Clean Importer requested to merge generate-interpreter into master

For most instructions, I diffed the newly generated C code with the old code in interpret_instructions.h to check. Others were added when they appeared in a test case (and are therefore tested). The SoccerFun demo also works still.

Merge request reports