Message-ID: <373CF61B.948F13AD@go.ro> Date: Sat, 15 May 1999 07:20:43 +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: Re: problem with extended inline asm References: <37394A06 DOT BA8BBA94 AT magix DOT com DOT sg> <373B38B0 DOT 41BCDF77 AT go DOT ro> <373E296B DOT F468B13 AT unb DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > Your making an assumption about how the static variables are allocated > which may change and break your code. the static and the automatic variables are located in memory one next to another, if they are declared so, but i think the order is not the same. do you have a better idea?