Name: Anonymous 2011-11-22 4:14
Hi /prog/
How does one represent negative numbers in hex/octal, e.g -15. Would the hex value be F1 or -0F? In the example i've been given it says -15 is F1, but I dont see how the sign is represented, shouldn't F1 be +241?
How does one represent negative numbers in hex/octal, e.g -15. Would the hex value be F1 or -0F? In the example i've been given it says -15 is F1, but I dont see how the sign is represented, shouldn't F1 be +241?