Programming the Parallel Processors
/* Start the parallel processors */
mp_res_start_pps(resource,pp_bit_mask);
/* Wait until they finish */
mp_res_wait_pps(resource, pp_bit_mask);
; Parallel processor assembly code
pp_enter ;save return address(Macro)
pp_exit 0 ; return with value(Macro)