Click here to Skip to main content
15,891,607 members

Comments by Carlos Gama (Top 1 by date)

Carlos Gama 28-Oct-14 10:55am View    
The value 0xA4 isn't correct. you need calculate values upper to 7F (127) to negative,

like C0 => 192 + 0 = 192

so:
192 -128 = -64

then
C0 = -64