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).
pub fn disassemble(prog: &CompiledProgram) -> Vec<DisasmLine>Disassemble every instruction in prog.code (Main first, then the function
bodies, which share the one code vector).