Hello All,
I'm working on writing a bootloader in assembly. I'm using the avr-gcc setup with a default Makefile pretty much.
What I want to do is disable the startup code from ever executing, I just want my program to start right where I have the global .main pointer. Is there a way to do that?
Regards,
-Colin