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