MCPcopy Index your code
hub / github.com/LPC4/Full-Stack / encode_decode.rs

File encode_decode.rs

crates/asm-to-binary/src/encode_decode.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub type Reg = u8;
2
3pub trait RiscvFormat: Sized {
4 fn encode(self) -> u32;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected