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

Function push_u32

crates/asm-to-binary/src/assembler/encode.rs:306–309  ·  view source on GitHub ↗
(sec: &mut SectionData, word: u32, current_addr: &mut u64)

Source from the content-addressed store, hash-verified

304 rs2: u8,
305 target: &str,
306 site_local: u64,
307 section_name: &str,
308 symbols: &super::symbol_table::SymbolTable,
309) -> Result<u32, AssemblerError> {
310 let target_addr = resolve_section_local(target, section_name, symbols)
311 .ok_or_else(|| AssemblerError::new(format!("undefined label `{target}`")))?;
312

Callers 1

encodeFunction · 0.85

Calls 1

push_u32_leMethod · 0.80

Tested by

no test coverage detected