Skip to content

Instantly share code, notes, and snippets.

@agrif
Created April 2, 2013 19:25
Show Gist options
  • Select an option

  • Save agrif/5295394 to your computer and use it in GitHub Desktop.

Select an option

Save agrif/5295394 to your computer and use it in GitHub Desktop.
each byte looks like:
76543210 -> 7654
3210
bytes are laid out like:
00 02 04 06 08 0a 0c 0e 10 12 14 16
01 03 05 07 09 0b 0d 0f 11 13 15 17
18 1a 1c 1e 20 22 24 26 28 2a 2c 2e
19 1b 1d 1f 21 23 25 27 29 2b 2d 2f
##...##.##.............................##.......
###..##.##........##...................##.......
###..##..........####..................##.......
##.#.##.##.##.##..##..####..##.##...#####..####.
##.#.##.##.###.##.##.##..##.###.##.##..##.##..##
##..###.##.##..##.##.######.##..##.##..##.##..##
##..###.##.##..##.##.##.....##..##.##..##.##..##
##...##.##.##..##.##..#####.##..##..#####..####.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment