Getting lied to by the tools ;-) avr-ovjdump -d crttn13.0 shows the stack pointer getting zeroed in the (dis)assembly code but avr-nm crttn13.0 gives:
b...@tech42:> avr-nm crttn13.o 00000000 T __bad_interrupt 00000000 W __heap_end 00000000 W __init 0000009f W __stack So the 0x1f is there (plus 0x60 offset for the RAM start), but where has it come from? _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
