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

Function generate_rom_image

crates/virtual-machine/src/rom.rs:55–60  ·  view source on GitHub ↗

Assemble the ROM firmware and return the raw bytes. The returned `Vec ` starts at physical address `ROM_BASE` (`0x0000_0000`). # Panics Panics if the assembler rejects the ROM source (bug in `crates/os-runtime/boot/rom.s`).

()

Source from the content-addressed store, hash-verified

Calls 2

parse_asm_textFunction · 0.85
text_bytesMethod · 0.80