Function exec_with_assembly

Source
pub fn exec_with_assembly(
    code: &str,
    expected_assembly: &str,
    expected_hex: &str,
)