00-HelloWorld is the stack pointer set to 0 just for demonstration? ```c __attribute((section(".isr_vector"))) uint32_t *isr_vectors[] = { 0, (uint32_t *) reset_handler, /* code entry point */ }; ```
00-HelloWorld is the stack pointer set to 0 just for demonstration?