Forum Discussion
Altera_Forum
Honored Contributor
19 years agoIf you wanna reduce code size, you'd better study the following files:
crt0.S alt_main.c alt_sys_init.c crt0.S is the enter of processor when resets, then it will call alt_main, alt_main will call alt_sys_init and main.... FYI. David