To build the memspeed program, execute the following UNIX or PC command: make on UNIX make -f makefile_gcc on UNIX make -f makefile_pc on pc This program is an example of using dynamic variables in the dink_transfer_table Currently, there are two dynamic variables, memSpeed, and process_type. After building it, dl -k the file memspeed.src and do a go 90000. example results: DINK32_MPC603ev >>dl -k Download from Keyboard Port 26 lines received. Download complete. DINK32_MPC603ev >>go 90000 dink_transfer_table variable memSpeed = 66 dink_transfer_table variable process_type = 33 = '3' process_type from config.h is: PPC603 Successful return to DINK from user code! DINK32_MPC603ev >>