Date: Sat, 29 Oct 1994 20:50:30 -0400 (EDT) From: Kimberley Burchett Subject: Re: Embedded assembler and comments To: DJ Delorie Cc: djgpp AT sun DOT soe DOT clarkson DOT edu On Sat, 29 Oct 1994, DJ Delorie wrote: > > Ah... Okay, so why not try giving the assembler a directive that says > > this is no longer preprocessed? > > Why not just move the comments outside of the asm() string and avoid > the problem altogether? Because I have made a few small utils that run through assembler source for me and do various things to it and in all of them I made them check for a comment block. So there. :P I made them check for comments so that you wouldn't have to remove this blocks before sending it to the assembler - you could send directions to the util from the source file and it wouldn't mess things up if you decided not to run the util after all. Is that a good enough reason? Kim