D
Deleted User
Crowd Member
Credit: Codes4U Tutorial Section
The numbers and letters that is used on the game memory are called Decimals and Hexidecimals. I will show you what they are and all things you need to know about Decimals and hexidecimal.
Decimal:
00 01 02 03 04 05 06 07 08 09 10
10 11 12 13 14 15 16 17 18 19
20 21 22 23 24 25 26 27 28 29
30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49
50 51 52 53 54 55 56 57 58 59
60 61 62 63 64 65 66 67 68 69
70 71 72 73 74 75 76 77 78 79
80 81 82 83 84 85 86 87 88 89
90 91 92 93 94 95 96 97 98 99
By now you probably see a patterns. As the last number reaches its maximum, it resets and the first number increases. Its like counting to 99.
Hexidecimal:
Counting Decimal is the same as Hexidecimal, Let me show you
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35
40 41
50 51
60 61
70 71
80 81
90 91
A0 A1
B0 B1
C0 C1
D0 D1
E0 E1
F0 F1
Hexidecimal has the same patterns as the Decimal, Instead of the second number reaching a maximum of 9, it continues to F. As the last number reaches its maximum, it resets and the first number/letter increases.
Now its time to convert both system. By now you probably see that 10 in Decimal changes to 0A in hexdecimal. I know your gonna tell yourself that you see 10, You dont look on the second line because 16 bit Hexidecimal means 2 8 bit lines combined. SO when you look for 0A, you look on the same first line. If you still dont see it, Its 0A on top. But you ask yourself whats the numbers in Decimal for A0 and below? Well lets find out. Follow the following steps:
1.Open the calculator on your computer.
2.Click on view and choose sciencetific .
3.Up Above, you can see a selection of HEX, DEC, OTC etc.
4.put the dot on HEX and type A0 on the box then put the dot on DEC selection up above.
5. You will get an answer off 160.
Well thats it, you just found what A0 in Hex in Decimal is. Remember that the important tool is your brain which will be you remembering this informations. But if I were you, i complete the table for Hexidecimal and print it out. I didnt complete the chart for you to find the patterns. If you have been paying attention and read all the stuff i wrote, You should know what to do with HEX, Decimal etc.
The numbers and letters that is used on the game memory are called Decimals and Hexidecimals. I will show you what they are and all things you need to know about Decimals and hexidecimal.
Decimal:
00 01 02 03 04 05 06 07 08 09 10
10 11 12 13 14 15 16 17 18 19
20 21 22 23 24 25 26 27 28 29
30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49
50 51 52 53 54 55 56 57 58 59
60 61 62 63 64 65 66 67 68 69
70 71 72 73 74 75 76 77 78 79
80 81 82 83 84 85 86 87 88 89
90 91 92 93 94 95 96 97 98 99
By now you probably see a patterns. As the last number reaches its maximum, it resets and the first number increases. Its like counting to 99.
Hexidecimal:
Counting Decimal is the same as Hexidecimal, Let me show you
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
30 31 32 33 34 35
40 41
50 51
60 61
70 71
80 81
90 91
A0 A1
B0 B1
C0 C1
D0 D1
E0 E1
F0 F1
Hexidecimal has the same patterns as the Decimal, Instead of the second number reaching a maximum of 9, it continues to F. As the last number reaches its maximum, it resets and the first number/letter increases.
Now its time to convert both system. By now you probably see that 10 in Decimal changes to 0A in hexdecimal. I know your gonna tell yourself that you see 10, You dont look on the second line because 16 bit Hexidecimal means 2 8 bit lines combined. SO when you look for 0A, you look on the same first line. If you still dont see it, Its 0A on top. But you ask yourself whats the numbers in Decimal for A0 and below? Well lets find out. Follow the following steps:
1.Open the calculator on your computer.
2.Click on view and choose sciencetific .
3.Up Above, you can see a selection of HEX, DEC, OTC etc.
4.put the dot on HEX and type A0 on the box then put the dot on DEC selection up above.
5. You will get an answer off 160.
Well thats it, you just found what A0 in Hex in Decimal is. Remember that the important tool is your brain which will be you remembering this informations. But if I were you, i complete the table for Hexidecimal and print it out. I didnt complete the chart for you to find the patterns. If you have been paying attention and read all the stuff i wrote, You should know what to do with HEX, Decimal etc.