From: "Christophe Pollet" Newsgroups: comp.os.msdos.djgpp Subject: Usign C variables in ASM with gcc Date: Sun, 1 Apr 2001 13:40:07 +0200 Organization: Usenet provided by sunrise communications ag Lines: 12 Message-ID: <9a750m$j2r$1@news1.sunrise.ch> NNTP-Posting-Host: pop-zh-25-1-dialup-190.freesurf.ch X-Trace: news1.sunrise.ch 986126166 19547 194.230.201.190 (1 Apr 2001 11:56:06 GMT) X-Complaints-To: usenet AT sunrise DOT ch NNTP-Posting-Date: 1 Apr 2001 11:56:06 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi ! I'd like to use C variable in ASM peration... I have : asm ("mov %al, my_variable"); but it doesn't work... What have I to do ?? Christophe