Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Created August 24, 2016 02:23
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 grittyninja/5bba7dc6236de93a5f87d31cccec5e83 to your computer and use it in GitHub Desktop.
Save grittyninja/5bba7dc6236de93a5f87d31cccec5e83 to your computer and use it in GitHub Desktop.
2's Complements:
-(num) & (2**nbit - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment