From mboxrd@z Thu Jan 1 00:00:00 1970 From: liu song Subject: Re: asm construct Date: Wed, 6 Oct 2004 15:46:05 -0700 Sender: linux-assembly-owner@vger.kernel.org Message-ID: References: <20041006104527.97542.qmail@web52903.mail.yahoo.com> Reply-To: liu song Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20041006104527.97542.qmail@web52903.mail.yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Ankit Jain Cc: assembly Linker is to link the libs and other objs together. Generally, you can use gcc -S yourfile.c to see the detail of the asm construct. song On Wed, 6 Oct 2004 11:45:27 +0100 (BST), Ankit Jain wrote: > hi > > i want to know if this is correct? i am a bit confused > about linker...i am talking this topic when we have a > asm construct in our code. > > The compiler basically reads the .c program and > converts it into assembly code.Now during this it > neglects this assembler construct and leaves it for > assembler.Assembler is the person which basically > looks for this part of the code and changes it into > machine code. > > thanks > > ankit > > ________________________________________________________________________ > Yahoo! Messenger - Communicate instantly..."Ping" > your friends today! Download Messenger Now > http://uk.messenger.yahoo.com/download/index.html > - > To unsubscribe from this list: send the line "unsubscribe linux-assembly" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >