Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−Retr0id4yI rigged up some code to emulate the function, using Unicorn: https://gist.github.com/DavidBuchanan314/37c3f55bd4d5f9f66d9...It does indeed return 42−nynyny7OP4yAnd here is code to run it on the actual hardware (i.e., Pi Pico or similar boards): https://gist.github.com/czietz/c37eab1e4623ad5f619e7acf84ee3...Also returns 42.
Comments
I rigged up some code to emulate the function, using Unicorn: https://gist.github.com/DavidBuchanan314/37c3f55bd4d5f9f66d9...
It does indeed return 42
And here is code to run it on the actual hardware (i.e., Pi Pico or similar boards): https://gist.github.com/czietz/c37eab1e4623ad5f619e7acf84ee3...
Also returns 42.