Hello,
I'm starting in Assembly development. Then recently i buy a book of Assembly, in it i have the table with the decimal numbers to hexamals and to binarys, like this:
Dec - Hex
1 - 01
2 - 02
3 - 03
4 - 04
[...]
10 - A
11 - B
12 - C
13 - D
14 - E
15 - F
And at thee appendix of the book i have the conversions of all the numbers and ASCII to hexamal and to binary, but i want to know what is the calc to convert decimal numbers in hexamal, like 63 = 3F
, what is the calc that i have to do to tranform 63 in hexamal that is 3F, this is just to learn more.
Thanks,
Nathan Paulino Campos