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