I\'m playing around with some asm code, and something is bothering me.
I compile this:
#include int main(int argc, char** argv){ p
nasm -f bin -o 2_hello 2_hello.asm