From: "Newbie" Newsgroups: comp.os.msdos.djgpp Subject: Why can't I refer to local variables in in-line assembly? Date: 10 Oct 1997 12:27:37 GMT Organization: Sprint Canada Inc. Lines: 5 Message-ID: <01bcd577$cb42abe0$180867d1@default> NNTP-Posting-Host: hme1-1.news.sprint.ca Cache-Post-Path: grolsch!unknown AT spc-isp-cal-uas-1-24 DOT sprint DOT ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I just found out I can't make reference to any local variable using in-line assembler with Rhide 1.4. Is this a restriction of Rhide per say, or it's universal for all DJGPP compilers. Is there any way around this shorting of changing those variables to glabal?