I'd love to utilize this to run automated tests and program scoring for TIS-100 programs. The sort of workflow I'm aiming for is:
- I have a series of TIS-100 programs in text format, and a set of inputs.
- For each program file I invoke the TIS-100 emulator, passing in a given set of inputs, giving the outputs and number of cycles.
- I tabulate the results to see which program was most efficient.
I'd love to utilize this to run automated tests and program scoring for TIS-100 programs. The sort of workflow I'm aiming for is: