PPC function category: 1. Interger (Fixed-point) Facility, using 32 GPRs(General Purpose Registers), each register have 32/64 bits for different mode. 2. Floating-point Facility, using 32 FPRs (Floating-point Registers), each register have 64 bits. 3. Vector/Vector Scalar Facility, using 32 128bits VRs and 64 128bits VSXs. 4. DSP Facility, using GPRS.
A funny feature: the instrution 0x0 would always be considered as illeagel instruction, and cause a exception. It's designed for avoid process data as instruction by mistake.
[ 本帖最后由 richiefang 于 2010-7-27 21:41 编辑 ]