> Can someone give me a small example how I use the reserved word asm and
put assembler in my C++ code?
If you want to learn how to use assembler is better if you download masm or
nasm (two assembler compiler), because the syntax of assembly in mingw is
very complicated though on mingw page you can find documentation about this.
|