Hi,
I need to know the byte which a number is made of. For example, let's suppose I have
i = 3000
I would like to know if there is a way to get the single byte of the number (0x0B and 0xB8).
Thanks in advance,
Daniele
I need to know the byte which a number is made of. For example, let's suppose I have
i = 3000
I would like to know if there is a way to get the single byte of the number (0x0B and 0xB8).
Thanks in advance,
Daniele
Comment