pub fn div8(hi: u8, lo: u8, y: u8) -> (u8, u8)
Computes 16-bit division of two 8-bit numbers and return the quotient and remainder.