From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1641bdb23f1b16ae037c35794a160e11@sockfarm.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] A quite amusing thing... From: "John Packer" In-Reply-To: <3E592E88.3020906@ameritech.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-ixjgmwgtvctptipqvprluluyvb" Date: Sun, 23 Feb 2003 16:28:09 -0500 Topicbox-Message-UUID: 6f534650-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-ixjgmwgtvctptipqvprluluyvb Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Well, that shows how little x86 assembly language I've had to deal with the last few years. I had assumed an 8a instruction like MOVL something, CX would have been movl %ecx, something with whatever assembler they use now to compile Amoeba. You say the instruction would be the same. Thanks for the clarification. /* * measure time for the loop * * MOVL loops,CX * aaml1: AAM * LOOP aaml1 * * the time for the loop should be independent of external * cache and memory system since it fits in the execution * prefetch buffer. * */ --upas-ixjgmwgtvctptipqvprluluyvb Content-Type: message/rfc822 Content-Disposition: inline Received: from localhost (john@localhost.alpha.sockfarm.net [127.0.0.1]) by alpha.sockfarm.net (8.12.2/8.12.2) with ESMTP id h1NINE2c000394 for ; Sun, 23 Feb 2003 13:23:14 -0500 (EST) Received: from ida.bway.net [216.220.96.4] by localhost with IMAP (fetchmail-5.9.6) for john@localhost (single-drop); Sun, 23 Feb 2003 13:23:14 -0500 (EST) Received: from mail.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by ida.bway.net (8.11.6/8.11.6) with ESMTP id h1NKSJR23279 for ; Sun, 23 Feb 2003 15:28:19 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 76D3A19A05; Sun, 23 Feb 2003 15:28:14 -0500 (EST) Delivered-To: 9fans@cse.psu.edu Received: from mailhost.det2.ameritech.net (mailhost1-sfldmi.sfldmi.ameritech.net [206.141.193.105]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1F53E19A05 for <9fans@cse.psu.edu>; Sun, 23 Feb 2003 15:27:36 -0500 (EST) Received: from ameritech.net ([67.38.11.69]) by mailhost.det2.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20030223202735.ESCX8853.mailhost.det2.ameritech.net@ameritech.net> for <9fans@cse.psu.edu>; Sun, 23 Feb 2003 15:27:35 -0500 Message-ID: <3E592E88.3020906@ameritech.net> From: northern snowfall User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] A quite amusing thing... References: <4f173e22dcb83dfecbce49b100bf1098@sockfarm.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Sun, 23 Feb 2003 15:26:48 -0500 > > >Don't you mean movl, aam, and loop (lowercase)? > No --upas-ixjgmwgtvctptipqvprluluyvb--