pub fn step_op_memory( op: Memory, stack: &mut Stack, memory: &mut Memory, ) -> OpResult<()>
Step forward execution by the given memory operation.