Hacker News new | ask | show | jobs
by Retr0id 1527 days ago
I rigged up some code to emulate the function, using Unicorn: https://gist.github.com/DavidBuchanan314/37c3f55bd4d5f9f66d9...

It does indeed return 42

1 comments

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.