Can someone explain to me decimal to hex conversion algorithm in assembly?I have a decimal value in a variable and I should print it as a hex value.Print should look like this:
Assuming that this is a homework, here's a couple of hints:
0x0F
, and indexing into an array of hexadecimal digits.