Each Bits Meaning bit 1 = 128 bit 2 = 64 bit 3 = 32 bit 4 = 16 bit 5 = 8 bit 6 = 4 bit 7 = 2 bit 8 =1 EXAMPLES 10000001 = 129 00100011 = 35 01111000 = 120 00000010 = 2 00110001 = 49 Instructions Type in to bytes to add
-Can add up to 255 in binary -Overflows Possible -By the way 11111111 is addition command so if you get that or a wrong answer :(