Hello everybody, I would like to do some RAM testing before main() is called and before the variables are initialised (startup code). In some ports of the GNU compiler a __premain() is available. MSPGCC does not support it (is not mentioned in the documentation and does not work). I've seen that it is possible to define the reset_vector but this removes the startupcode completely. I would like to have the startupcode after I've done my RAM testing stuff. How can I do that best? Is it possible to define me own resect_vector startup routine and add the original startupcode manually to my routine? Where is this startupcode located?
Thank you for your help David _________________________________________________________________ Connect to the next generation of MSN Messenger http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
