Hello
i tried this code
it's show this error for me : parse error before `{' tokenCode:asm { mov ah,11 }
and when i tried this
it's show this error for me : parse error before `ah'Code:asm mov ah,11
i am using Dev-C++
This is a discussion on how i can use assembly with C within the C Programming forums, part of the General Programming Boards category; Hello i tried this code Code: asm { mov ah,11 } it's show this error for me : parse error ...
Hello
i tried this code
it's show this error for me : parse error before `{' tokenCode:asm { mov ah,11 }
and when i tried this
it's show this error for me : parse error before `ah'Code:asm mov ah,11
i am using Dev-C++
Dev-C++ uses GCC, which means it uses AT&T syntax.
http://www.ibiblio.org/gferg/ldp/GCC...-HOWTO.html#s3
>>Dev-C++ uses GCC, which means it uses AT&T syntax.
Dev-C++ uses GCC, which means it is just too damn hard![]()
Well you make sure you really know C before you start messing with assembler.
The number of times where it is actually NECESSARY to resort to assembler in a C program is surprisingly rare.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.