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