Changes

Jump to: navigation, search

SPO600 64-bit Assembly Language Lab

55 bytes added, 16:32, 19 January 2016
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) */

Navigation menu