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

Function parser_asciz_directive

crates/asm-to-binary/src/assembler/mod.rs:262–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260
261 // ---- reg_parse ----
262
263 #[test]
264 fn int_reg_round_trips_all() {
265 for r in 0u8..=31 {
266 let name = reg_name(r, false);
267 assert_eq!(
268 parse_int_reg(&name),
269 Some(r),
270 "int reg {r} ({name}) did not round-trip"
271 );

Callers

nothing calls this directly

Calls 1

parse_oneFunction · 0.85

Tested by

no test coverage detected