We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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);
That was my initial idea, but I didn't want to work through the assembler manual to find out how it's done. Defining an independent global label seen by C mudules would be a safer way.