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

Function dir

crates/asm-to-binary/src/assembler/mod.rs:65–67  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

63 use crate::rv_instruction::RvInstruction;
64 use crate::utils::reg_name;
65
66 fn dir(s: &str) -> RvInstruction {
67 RvInstruction::Directive(s.to_owned())
68 }
69
70 fn nop_token() -> AsmToken {

Callers 1

parse_oneFunction · 0.85

Calls 1

DirectiveEnum · 0.85

Tested by

no test coverage detected