Skip to main content

two_dup

Function two_dup 

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

Duplicate top two values: ( a b – a b a b )

§Safety

Stack must have at least two values.