I have started learning Assembly for PowerPC and came across MPC82x core which is built around powerpc core with QUICC Engine which is a separate RISC core.
Now I when looked into the instruction set of MPC82x found it different than that of traditional that of PPC.
For example
add rD,rA,rB
But PowerPC register are from r0,r31.
What are these rD,rA,rB resister?
Is there any difference exist between normal PowerPc Core and MPC82x Core?