Date: Thu, 2 May 1996 19:05:01 +0200 (IST) From: Eli Zaretskii To: GEORGE GAGHON Cc: djgpp AT delorie DOT com Subject: Re: Accessing vars in asm.. In-Reply-To: <4m7duj$fvk@news.nevada.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 1 May 1996, GEORGE GAGHON wrote: > How does one access a variable from the asm command. This example does > not want to link. This is described in detail in the GCC on-line docs (where else?). From the DOS prompt type ``info gcc'' and press [Enter]. Once inside Info, press `g', type ``Extended Asm'' and press [Enter]; then read. (The GCC inline assembly facilities are extensive and powerful, and there is no short answer to your question.)