macro_rules! push {
($interp:expr, $($x:expr),* $(,)?) => { ... };
}Expand description
Pushes a B256 value onto the stack. Fails the instruction if the stack is full.
macro_rules! push {
($interp:expr, $($x:expr),* $(,)?) => { ... };
}Pushes a B256 value onto the stack. Fails the instruction if the stack is full.