Xref: news2.mv.net comp.os.msdos.djgpp:6249 From: ivanovsk AT latcs1 DOT cs DOT latrobe DOT edu DOT au (Philip Ivanovski) Newsgroups: comp.os.msdos.djgpp Subject: Using variables in inline asm Date: 22 Jul 1996 05:20:10 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 9 Message-ID: <4sv32a$ovo@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lx1.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, 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. Thanx in advance, Philip Ivanovski.