Lamefif wrote:
:: how can the computer tell the difference between the two?
:: i mean a byte is 8 bit can be 1 or 0
::
:: 11111111 = 255 unsigned byte
::
:: 10000000 = -128 or 128 ?
It isn't the byte itself that is different, it is the instructions
used to manipulate it.
Bo Persson