Date: Sun, 30 Oct 1994 16:40:42 -0500 (EST) From: Kimberley Burchett Subject: Re: Embedded assembler and comments Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Well, after all this I find out that I can't reproduce the problems the original poster had. I tried this program: int main() { asm(" /* nothing */ "); } And I got the comment in the .S file and the assembler didn't complain and the program did nothing just like it was supposed to... I deleted the original post, so could someone tell me what exactly the problem was? See if I can make my setup do the same... Kim