Still some pseudo instructions? and missing answers for part 2
The code runs fine and outputs the correct text in plain.
But I am no expert but the Lab instructions says the should be NO pseudo instructions, but I seem to find them here and there throughout you code. This is both li
and la
and also a bunch of move
. These are all easily changeable!
In part two the instructions says that you should write for how many cycles your code run for, both lab1b, lab2 piped, and lab2 interrupted. And answer some questions regarding your results. That part seems to be missing but is also very easy to insert and answer!
You have a nice and easy to follow code that is well commented solves the problem in a clever way!