Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Uncompressed:
  2. +-------------------------------+-------------------------------+
  3. | Byte 1 | Byte 2 |
  4. +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  5. | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
  6. +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  7. | X | ASCII char | X | ASCII char |
  8. +---+---------------------------+---+---------------------------+
  9.  
  10. Compressed:
  11. +-------------------------------+-------------------------------+
  12. | Byte 1 | Byte 2 |
  13. +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  14. | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
  15. +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
  16. | ASCII char | ASCII char | *** |
  17. +---------------------------+-----------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement