From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <46ef19883ba88107219763ef1638933c@vitanuova.com> To: rs_rlab@mail.ru, 9fans@cse.psu.edu Subject: Re: [9fans] return vlong From: C H Forsyth Date: Fri, 20 May 2005 16:15:21 +0100 In-Reply-To: <5114550406.20050520175310@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: 4dcb1e7c-ead0-11e9-9d60-3106f5b1d025 >> MOVL .ret+0(FP),BX >>but I not understand what is '.ret', where it's placed. it's put in the symbol table as the name for the value at 0 offset from the virtual frame pointer (actually 4(SP) on the 386, the offset of the first parameter, since 0(SP) has the return address). otherwise the name has no significance.