Function simfony_as_rust::jet::arithmetic::negate_16
source · pub fn negate_16(a: u16) -> (bool, u16)Expand description
Negate the integer (modulo 2¹⁶) and return the borrow bit.
pub fn negate_16(a: u16) -> (bool, u16)Negate the integer (modulo 2¹⁶) and return the borrow bit.