1 2 3 4 5 6 7 8 9 10
.text .set noat .set noreorder .globl _start _start: addi $1, $0, 1 loop: j loop add $1, $1, $1