Skip to main content

resolve_asm_source_line

Function resolve_asm_source_line 

Source
fn resolve_asm_source_line<'a>(
    line: &str,
    src_lines: &[&'a str],
) -> Option<&'a str>
Expand description

Resolves a # bytecode.txt:LL:CC or # bytecode.txt:LL comment in an assembly line to the corresponding source line.