0020-counting.s (74B)
1 MOV R0, 0 2 loop: 3 ADD R0, R0, 1 4 SUB R1, R0, 10 5 BNZ R1, loop 6 WORD 0xffffffff