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

Function parse_asm_text

crates/virtual-machine/src/rom.rs:33–47  ·  view source on GitHub ↗
(src: &str)

Source from the content-addressed store, hash-verified

31 let output = Assembler::assemble(&tokens)
32 .expect("ROM assembly failed - check crates/os-runtime/boot/rom.s");
33 output.text_bytes().to_vec()
34}

Callers 1

generate_rom_imageFunction · 0.85

Calls 2

DirectiveEnum · 0.85
collectMethod · 0.80

Tested by

no test coverage detected