Function simfony_as_rust::jet::arithmetic::subtract_8
source ยท pub fn subtract_8(a: u8, b: u8) -> (bool, u8)Expand description
Subtract the second integer from the first integer, and return the borrow bit.
pub fn subtract_8(a: u8, b: u8) -> (bool, u8)Subtract the second integer from the first integer, and return the borrow bit.