If you are dealing with little-endian BCD, the conversion code within the for loop would be result *= 100; result += (10 * (bcd & 0xf)); ...
確定! 回上一頁