Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−nynyny7OP4yThis makes a bit of sense when the actual entry point is at 06: 00 B5 push {lr} However, even then, the code appears unnecessarily convoluted. Easter egg? Back door ;-)?
Comments
This makes a bit of sense when the actual entry point is at
However, even then, the code appears unnecessarily convoluted. Easter egg? Back door ;-)?