From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20898 invoked by alias); 11 Aug 2008 16:47:54 -0000 Received: (qmail 20873 invoked by uid 22791); 11 Aug 2008 16:47:54 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 11 Aug 2008 16:47:01 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 40B8432018C; Mon, 11 Aug 2008 16:47:11 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [67.116.42.147]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP; Mon, 11 Aug 2008 16:47:11 +0000 (UTC) Received: from dl2.hq2.avtrex.com ([192.168.7.26]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 11 Aug 2008 09:46:58 -0700 Message-ID: <48A06D01.9090206@avtrex.com> Date: Mon, 11 Aug 2008 16:59:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Robin-Vossen Cc: gcc-help@gcc.gnu.org Subject: Re: GNU C++ Inline Assembler References: <18912389.post@talk.nabble.com> <1218415637.5988.10.camel@bob-desktop> <18929255.post@talk.nabble.com> In-Reply-To: <18929255.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00104.txt.bz2 Robin-Vossen wrote: > Also, Well as you saw I used Pointers to Variables in my C Code. I didnt > find a way to do that in GCC C Compiler. You can do this with GCC's asm instruction, but the syntax is different. Please see the fine documentation here: http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Extended-Asm.html David Daney