Objdump parser (What is this?)

Status: Loading objdump...

How to use it

After the objdump is loaded, open your browser's console, and explore the tree. For example:

dump.nodes.filter(f => f.name === 'DigitalOut' && f.tag === 'subprogram' && f.children.length === 3)[0]

Gives you: