macro_rules! isa {
($id:literal) => { ... };
($id:ident) => { ... };
}Expand description
Macro for constructing ISA identifiers
macro_rules! isa {
($id:literal) => { ... };
($id:ident) => { ... };
}Macro for constructing ISA identifiers