div8

Function div8 

Source
pub fn div8(hi: u8, lo: u8, y: u8) -> (u8, u8)
Expand description

Computes 16-bit division of two 8-bit numbers and return the quotient and remainder.