=20
quoted
On Mon, 2011-05-16 at 16:37 +1000, Michael Neuling wrote:
quoted
quoted
what =A0is =A0the =A0best =A0book =A0to =A0learn =A0assembly =
=A0and architecture .
=20
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