Following his other architecture series, here is an architecture series on the PowerPC 600 by Raymond Chen:
- Part 1: Introduction
- Part 2: Condition registers and the integer exception register
- Part 3: Arithmetic
- Part 4: Bitwise operations and constants
- Part 5: Rotates and shifts
- Part 6: Memory access
- Part 7: Atomic memory access and cache coherency
- Part 8: Control transfer
- Part 9: The table of contents
- Part 10: Passing parameters, function prologues and epilogues
- Part 11: Glue routines
- Part 12: leaf functions
- Part 13: Common patterns
- Part 14: Code walkthrough