I have a quick question: is it possible to use assembly code in C?
My experience was that in C++ (oh, how I miss C++), you could have code like this:
Code:
_asm
{
/* Assembly code goes here */
}
I was wondering if the same thing would be possible with the compiler supplied by FIRST?
Thanks in advance!