Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_image
Function · 0.85
Calls
2
Directive
Enum · 0.85
collect
Method · 0.80
Tested by
no test coverage detected