inc
loop: inc %[i]; cmp %[max], %[i]; jb loop;
time ./inc_loop_asm.out 5000000000
View article source
There are no discussions about this article yet.