From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXd8H-0007Ui-Q9 for qemu-devel@nongnu.org; Wed, 11 Oct 2006 08:24:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXd8D-0007MZ-Vb for qemu-devel@nongnu.org; Wed, 11 Oct 2006 08:24:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXd8D-0007MP-Sl for qemu-devel@nongnu.org; Wed, 11 Oct 2006 08:24:17 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GXdGD-0000w2-Ma for qemu-devel@nongnu.org; Wed, 11 Oct 2006 08:32:33 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by mx20.gnu.org with esmtp (Exim 4.52) id 1GXd8C-0006Rh-GT for qemu-devel@nongnu.org; Wed, 11 Oct 2006 08:24:16 -0400 Date: Wed, 11 Oct 2006 08:05:21 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] qemu-system-sparc question? In-Reply-To: <200610110339.30260.paul@codesourcery.com> Message-ID: References: <200610110339.30260.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Wed, 11 Oct 2006, Paul Brook wrote: > IMHO there's nothing particularly good about sparc for teaching assembly > (Whoever thought register windows were a good idea!). The goal is not about assembly but programmer view of a processor architecture using a mix of C and a little assembly. -ishwar