Message-ID: <372CBF1D.891D92CD@go.ro> Date: Mon, 03 May 1999 00:09:49 +0300 From: Radu Georgescu aka skoola X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: asm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com when optimizing my program, the compiler modifies my asm statements and the program crashes. 1) what should i do to make gcc not to optimize my source 2) how can i compile my sources as libraries? (to make a library not optimized, with the asm statements, and another optimized with te rest of the source) 3) how can i use constant values in my asm statement (like those declared with define; note that the asm statement is a sting, therefore define wont work) thanks.