Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created January 11, 2012 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niyazpk/1595834 to your computer and use it in GitHub Desktop.
Save niyazpk/1595834 to your computer and use it in GitHub Desktop.
Decimal 2 = 00000010 Binary
Decimal 1 = 00000001 Binary
Decimal 0 = 00000000 Binary
Decimal -1 = 11111111 Binary
Decimal -2 = 11111110 Binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment