Hello,
As an educational diversion, I'm trying to learn about linker scripts and how processors "know" what instruction to run first when they boot/get flashed. I read online that normal c/c++ programs include a reset vector that points to the first function or something. I also read that the...