Changes

Jump to: navigation, search

SPO600 64-bit Assembly Language Lab

No change in size, 02:39, 24 January 2014
Group Lab Tasks
inc %r15 /* increment index */
cmpq cmp $max,%r15 /* see if we're done */
jne loop /* loop if we're not */
movq mov $0,%rdi /* exit status */ movq mov $60,%rax /* syscall sys_exit */
syscall

Navigation menu