Skip to main content

disassemble

Function disassemble 

Source
pub fn disassemble(prog: &CompiledProgram) -> Vec<DisasmLine>
Expand description

Disassemble every instruction in prog.code (Main first, then the function bodies, which share the one code vector).