Function simfony_as_rust::jet::arithmetic::full_add_16
source ยท pub fn full_add_16(a: bool, b: u16, c: u16) -> (bool, u16)Expand description
Add two integers. Take a carry-in and return a carry-out.
pub fn full_add_16(a: bool, b: u16, c: u16) -> (bool, u16)Add two integers. Take a carry-in and return a carry-out.