Message-Id: Date: Fri, 26 Jul 1996 09:10:26 +1200 From: Bill Currie To: alek AT lvd DOT com DOT ar Cc: djgpp AT delorie DOT com Subject: Re: Referencing LOCAL variables with inline assembly On 26/7/96 1:11 am, Alekzander did thus say >>> > Hi, > Does anyone know how to reference LOCAL variables with inline assembly? > Please don't post again how to access global/static variables, or how use > extended asm to have the values preloaded by djgpp. > Thank you. > > Alekzander. > Net address: alek AT lvd DOT com DOT ar > HomePage: http://www.tripod.com/~Alekzander > Extended asm is the ***ONLY*** way to access local variables. It's not that hard to understand, and is quite well documented (info gcc "c ext" ex). I have to admit, some of the info is hard to get at, buts it's well worth the effort. I can also post some examples. Bill