pub fn stack_push_register(
    state: &AbstractState
) -> Result<AbstractState, VMError>
Expand description

Push to the top of the stack from the register.