Search found 2 matches

by Kuruku
Sat Dec 02, 2023 1:40 pm
Forum: Math
Topic: 128 bit MULTIPLICATION on 16-bit MCU
Replies: 2
Views: 2542

128 bit MULTIPLICATION on 16-bit MCU

I use 16-bit MCU and need to multiply two 128-bit binary numbers. Any idea how to do this?
by Kuruku
Sat Jul 29, 2023 5:43 pm
Forum: Math
Topic: 40 bit binary number to BCD
Replies: 1
Views: 1855

40 bit binary number to BCD

I have five binary words called W0, W1, W2, W3 and W4. Each word has 8 bit p0 to p7, where p0 is LSB and p7 is MSB. The word W0 is the lowest and W4 is the highest word. All words concatenated together (W0 through W4) represent a 40-bit binary number: p7(W4) is bit 39 and is MSB of 40 bit binary num...