Lets say I work in a 32 bit machine. With reference to MSB (most significant bit) which is the sign bit, my question is how is it represented for this archietecture.
My understanding is that every byte has a sign value. So if this is the case then there would be four signed bits. Am I correct or missing something here. Thanks!