Macro push
macro_rules! push {
($interpreter:expr, $x:expr $(,$ret:item)?) => { ... };
}Available on crate feature
evm only.Expand description
Pushes a B256 value onto the stack. Fails the instruction if the stack is full.
macro_rules! push {
($interpreter:expr, $x:expr $(,$ret:item)?) => { ... };
}evm only.Pushes a B256 value onto the stack. Fails the instruction if the stack is full.