j
k
j a
j l
I'll show the example using one's and two's complement.
...binary.ones_complement(1100111111) 0011000000 binary.twos_complement(1100111111) 0011000001
binary.ones_complement(1100111111) 0011000000 binary.twos_complement(1100111111) 0011000001
Back to the thread
Back to the list