|
|
|
|
|
by heavenlyblue
3007 days ago
|
|
Do you even do any of the hex math when writing actual code in assembly? I understand when you use something along the lines of a disassembler that requires you to actually see the addresses of the values. But even these are sophisticated enough to give you symbolic values instead. |
|
There are times where it feels convenient to express things in decimal and times where it seems better to use hex.