From: giuseppe DOT marletta AT mail DOT tau DOT it Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com Subject: Help! Date: Wed, 18 Dec 1996 09:50:18 +0100 Hola Guys! Ther's Someone May Help Me, When I Compile a C Source-Code With Inside Assembly-Code The Gcc Can't Reach The Interchange Of C Variable With Assemly Register: int variable; -----> as global variable asm(" movl _variable,%ebx; addl %ebx,%ebx; movl %ebx,_variable "); The Gcc Allert Me That The Variable Is Not Defined! Thanx And Sorry For My Bad English! -Giuseppe! --------------------------- giuseppe DOT marletta AT mail DOT tau DOT it ---------------------------