fn find_opcode_match( opcodes: &[String], current_step: usize, query: &str, direction: SearchDirection, ) -> Option<usize>