Hi, I'm using MinGW to compile my C code and new to NASM. I intend to make use of NASM as the inline assembler with gcc, cause I don't like the syntax which gcc assembler accept. How to make them work together? Can gcc link the binary output by nasm as external assembler?