Overview:
- lab: yay, cool, I can print the numbers by myself, also you use cqo when using idiv ;)
- lab: sorting!! also fasm actually have really cool preprocessing facilities!
- lab: hey, strlen is useful in asm as well, and wow, passing argv and envp via stack! also
rep movsb
is cool - lab: oh well, I can actually print double myself!!
- lab: let's integrate asm in c, and compare c vs asm performance.
- lab: SSE (SIMD) in asm and c and their performance.