Function generate_rust_assembler

Source
pub fn generate_rust_assembler<P: AsRef<Path>>(dir: P, file: &str) -> PathBuf
Expand description

Generate the assembler file containing the core assembler logic; each of the DSL-defined instructions is emitted into a Rust enum Inst.

ยงPanics

This function panics if we cannot update the file.