Macro pop_address
macro_rules! pop_address {
($interp:expr, $x1:ident) => { ... };
($interp:expr, $x1:ident, $x2:ident) => { ... };
}
Expand description
Pops Address
values from the stack. Fails the instruction if the stack is too small.
macro_rules! pop_address {
($interp:expr, $x1:ident) => { ... };
($interp:expr, $x1:ident, $x2:ident) => { ... };
}
Pops Address
values from the stack. Fails the instruction if the stack is too small.