Binary calculations? Two's complement negative decimal?
Hi! So I have a problem with binary numbers. If I take -77 (decimal number) as an example and want to convert it into a binary number and a two's complement in a bit length of 8, I proceed as follows: I turn the -77 into the 77 for myself. This gives me the binary…