Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−bad_alloc4yLooks like hand written assembly code to me. Also the legible function and label names indicate it was manually written. In diassemblies you usually have no such information.−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
Looks like hand written assembly code to me. Also the legible function and label names indicate it was manually written. In diassemblies you usually have no such information.
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.