Created
September 14, 2015 03:06
-
-
Save inferiorhumanorgans/427c6a6344cb43bb5c66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Input = Output | |
============================ | |
00 00 = 0 = 00 00 00 00 | |
00 01 = 196893 = 00 03 01 1d | |
00 02 = 98446 = 00 01 80 8e | |
00 03 = 65631 = 00 01 00 5F | |
00 11 = 11581 = 00 00 2D 3D | |
01 00 = 769 | |
90 0F = 5 = 00 00 00 05 | |
90 FF = 5 = 00 00 00 05 | |
B0 FF = 4 = 00 00 00 04 | |
BF FF = 4 = 00 00 00 04 | |
C0 FF = 3 = 00 00 00 03 | |
F0 FF = 3 = 00 00 00 03 | |
FF FF = 3 = 00 00 00 03 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment