View Single Post
  #1   Spotlight this post!  
Unread 21-07-2005, 10:50
red_alert_13 red_alert_13 is offline
Registered User
AKA: Patrick Frampton
no team (Red Alert)
Team Role: Programmer
 
Join Date: Jul 2005
Rookie Year: 2005
Location: Greenwood, Indiana
Posts: 6
red_alert_13 is an unknown quantity at this point
Assembly code in C?

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!