Xref: news2.mv.net comp.os.msdos.djgpp:6309 From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Using variables in inline asm Date: Mon, 22 Jul 1996 13:35:42 +0200 Organization: NetVision LTD. Lines: 9 Message-ID: References: <4sv32a$ovo AT lion DOT cs DOT latrobe DOT edu DOT au> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <4sv32a$ovo@lion.cs.latrobe.edu.au> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 22 Jul 1996, Philip Ivanovski wrote: > I was wondering how you can access declared variables within inline asm. From what I've tried I can only use global variables, but this isn't an ideal solution. > I've checked the FAQ and have found nothing, so if anyone can help me it would be greatly appreciated. This is all described in great deal in the gcc docs, in the chapter called "Extended Asm". No need to search the FAQ before you look into the regular docs.