minus-squarearthropod_shift@programming.devtoProgrammer Humor@programming.dev•;DR blame the devlinkfedilinkarrow-up3·5 hours agoA little hair-splicy, but an assembly-free bootloader is definitely doable on some platforms – Cortex-M processors load the stack pointer from the vector table, and the initialized memory setup can be taken care of with memcpy. linkfedilink
A little hair-splicy, but an assembly-free bootloader is definitely doable on some platforms – Cortex-M processors load the stack pointer from the vector table, and the initialized memory setup can be taken care of with memcpy.