load r1, 1 load r2, 27 ; Teehee, I've been a bad boy! jump @Increment hlt ; Stop the CPU. @Increment: add r0, r1, r0 cmp r0, r2 jnz @Increment