1,885
edits
Changes
→Group Lab Tasks
.globl _start
start = 0 /* starting value for the loop index ; note that this is a symbol (constant), not a variable */
max = 10 /* loop exits when the index hits this number (loop condition is i<max) */