The bottom of each file shows the machine instructions generated for the code. The first hex number is the PC, the second the instruction encoding.
- straightline.s No branching.
- ifStatement1.s An if statement testing inequality with 0.
- ifStatement2.s An if statement doing a relative comparison of two register values.
- forLoop.s A simple for loop.