I\'m playing around with some asm code, and something is bothering me.
I compile this:
#include int main(int argc, char** argv){ p
Yes, gcc can also compile assembly source code. Alternatively, you can invoke as, which is the assembler. (gcc is just a "driver" program that uses heuristics to call C compiler, C++ compiler, assembler, linker, etc..)
as