Skip to content

Instantly share code, notes, and snippets.

@stockholmux
Created May 17, 2018 18:05
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 stockholmux/0ed220521992846f13672cbb270318c3 to your computer and use it in GitHub Desktop.
Save stockholmux/0ed220521992846f13672cbb270318c3 to your computer and use it in GitHub Desktop.
> SETBIT test 3 1
> GETBIT test 3 // 1
> GETBIT test 2 // 0 (not set)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment