Path: chuka.playstation.co.uk!news From: Toby Hutton Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: Inline Assembler: ? Date: 14 Sep 1998 11:48:18 +1000 Organization: PlayStation Net Yaroze (SCEE) Lines: 13 Sender: thutton@TECH10 Message-ID: References: <6te334$45l1@chuka.playstation.co.uk> NNTP-Posting-Host: 203.103.154.235 X-Newsreader: Gnus v5.3/Emacs 19.34 "Carlos Pieterse" writes: > Does anyone know of a way to (un)comment certain lines, when you do > assembler like that ? ( ; doesn't seem to work!) > Just a complete guess - but // and /*...*/ will probably work. If you're embedding the asm in a C file, then the preprocessor will definitely run over the file, and that's the stage where comments are removed. -- Toby.