converts 4-bit sign/manitude number to 4-bit 2's complement number
thermocode to binary converter with bubble error correction (inputs are inverted, so 1111 is binary 00)
Uses the divide by ten algorithm.
16 bit divider by Sanderokian Stfetoneri.
Uses the divide by ten algorithm.
32 bit divider by sjp4.