patch_seq_shr

Function patch_seq_shr 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_shr(stack: Stack) -> Stack
Expand description

Logical shift right (zero-fill)

Stack effect: ( value count – result ) Shifts value right by count bits, filling with zeros. Negative count or count >= 64 returns 0.

§Safety

Stack must have two Int values on top