fn resolve_asm_source_line<'a>( line: &str, src_lines: &[&'a str], ) -> Option<&'a str>
Resolves a # bytecode.txt:LL:CC or # bytecode.txt:LL comment in an assembly line to the corresponding source line.
# bytecode.txt:LL:CC
# bytecode.txt:LL