book to learn ppc assembly and architecture

David Laight David.Laight at ACULAB.COM
Wed May 18 17:56:13 EST 2011


 
> > On Mon, 2011-05-16 at 16:37 +1000, Michael Neuling wrote:
> >> > what  is  the  best  book  to  learn  assembly  and architecture .
> 
> Assuming you have a powerpc compiler available you can use the -S
> option to produce assembly listings.

With gcc add -fverbose-asm for more info.

For a general background, look at something much simpler than ppc,
even if you don't write/run any code.

	David




More information about the Linuxppc-dev mailing list