macro_rules! int {
($x:expr) => { ... };
}
Expand description
Generate a software interrupt. This is a macro argument needs to be an immediate.
macro_rules! int {
($x:expr) => { ... };
}
Generate a software interrupt. This is a macro argument needs to be an immediate.