VM Labs SDK Sample Code

\vmlabs\sample\Multi-Processor\startmpe

 Copyright © 2000 VM Labs, Inc.  All Rights Reserved

December 18, 2000


This program downloads the same piece of code to multiple processors, but provides each with different parameters.  Each instance of the code then draws a portion of the screen in a certain color..  The point is to demonstrate how large processing tasks can be divided into smaller pieces that are done in parallel.

Filename Description
multi.c Main program code for sample.
makefile MAKEFILE for building and running sample program.
mpecode.s Assembly source code for the routine that is downloaded to multiple processors.

    


Before attempting to load or run any of the SDK samples, make sure you have first read the Hitchhiker's Guide To NUON document.  

After that, if you're still having trouble getting this sample program to work,  click here to request assistance from developer support.

Click here for other online SDK documentation.