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