On Thu, 11 Oct 2012 06:39:49 -0700 (PDT),
sh4...@gmail.com wrote:
>How to represent -32768 in 16bit memory , how bits are set .? :(
Have a look at
http://en.wikipedia.org/wiki/Two's_complement
For the case of -32768 which is the lowest value for the 16-bit signed int,
the binary representation is 1000 0000 0000 0000.