Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is
extern void C_STARTUP(void);
Cool! Thanks Mike, I'll give that a try -Walt