I\'m playing around with some asm code, and something is bothering me.
I compile this:
#include int main(int argc, char** argv){ p
You can use GAS, which is gcc's backend assembler:
http://linux.die.net/man/1/as