Function add

Source
pub fn add<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the ADD instruction - adds two values from stack.