From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BCF861007D1 for ; Tue, 17 May 2011 09:38:52 +1000 (EST) Subject: Re: book to learn ppc assembly and architecture From: Benjamin Herrenschmidt To: Michael Neuling In-Reply-To: <9136.1305527852@neuling.org> References: <9136.1305527852@neuling.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 17 May 2011 09:38:43 +1000 Message-ID: <1305589123.2781.15.camel@pasglop> Mime-Version: 1.0 Cc: s shaiju , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-05-16 at 16:37 +1000, Michael Neuling wrote: > > what is the best book to learn assembly and architecture . > > Reading the architecture books with a nice cup of tea. > > http://www.power.org/resources/downloads/PowerISA_V2.06B_V2_PUBLIC.pdf > A slightly less steep approach might be to get yourself the programmer manuals of some older powerpc chips, like the freescale PEMs, and then move on to the full ISA Cheers, Ben.