Skip to content

Instantly share code, notes, and snippets.

@kosinix
Last active April 8, 2018 08:09
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 kosinix/985b3dba84b64e65ac046438c5f57c24 to your computer and use it in GitHub Desktop.
Save kosinix/985b3dba84b64e65ac046438c5f57c24 to your computer and use it in GitHub Desktop.
Quick intro to binary if you eat binary for dinner

1 hex (aa) = 1 byte = 8 bits (1010 1010)

Name Size
bit 1 bit
nybble 4 bits
byte 8 bits
hex 8 bits or 1 byte
halfword 16 bits
word 32 bits
doubleword 64 bits

signature - 1 word version half word

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment