Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−throwaway815234yI'm thinking more like a manually annotated disassembly of something.−Retr0id4yWhy? It would take longer to annotate and idiomatize a disassembly to this extent, than it would to just write it from scratch.−oneplane4yWriting machine instructions isn't that unusual in microcontrollers where you write very closely against the bare metal.
Comments
I'm thinking more like a manually annotated disassembly of something.
Why? It would take longer to annotate and idiomatize a disassembly to this extent, than it would to just write it from scratch.
Writing machine instructions isn't that unusual in microcontrollers where you write very closely against the bare metal.