Name: Anonymous 2011-09-17 4:34
The PowerPC instruction set is glorious. On a machine code level, all instructions are fixed length, and any of their fields can be obtained using a combination of >> and &. Plus, the instructions are simple to understand as they do one task only.