PIC = Position Independent Code. The branch and jump instructions use relative addresses, rather than absolute addresses. This allows the program to be loaded just about anywhere in memory. Check the
Build Tools manual and the
Power Architecture Targeting Maunal for PIC/PID support. Search for the string "PIC/PID" in the Acrobat files of these manuals to get started.
---Tom