MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / conditionals_emit_bne

Function conditionals_emit_bne

tests/integration/asm_fixes.rs:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 let asm = compile_fixture("control_flow", "02_conditional_and_loop");
78 assert!(
79 asm.contains("bne"),
80 "expected 'bne' for conditional branching"
81 );
82}
83
84#[test]
85fn loops_emit_multiple_labels_and_jumps() {

Callers

nothing calls this directly

Calls 1

compile_fixtureFunction · 0.85

Tested by

no test coverage detected