crt0 and crt1 -- What's the difference?
- by Earlz
Hello, recently I've been trying to debug some low level work and I could not find the crt0.S for the compiler(avr-gcc) but I did find a crt1.S
What is the difference between these two files? Is crt1 something completely different or what?