You jump, ijmp - Inline asm Indirect Jump - Advanced AVR 3.0 Core Bootloader
Channel:
Subscribers:
580
Published on ● Video Link: https://www.youtube.com/watch?v=-ZCLmSWgYfE
Using a function pointer to jump around is a c hack, but the icall instruction without a return is problematic. I rather use ijmp even if you don't want to jump, better, easy, less headache, AKA, the power of inline asm. Bootloader rewritten from ground up. It's not a badly written program for a single purpose, but a revamping up doctrines for building more advanced application.