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