I was reading some assembly tutorial in which there were explained the signed integers and the unsigned integers and the difference between their representation in computer memory.
I remember something like that there was some bit at the beginning at the number so it tells whether the integer is unsigned or signed.
If someone knows it, please answer.