Skip to main content

over

Function over 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn over(stack: *mut u64) -> *mut u64
Expand description

Copy the second value to the top: ( a b – a b a )

§Safety

Stack must have at least two values.