A question and a suggestion:
(searched google and found *nothing* on it.)
- Why don't you use the Windows Calc for Dec<-->Hex conversions/arithmetic?
What is Byte Math, It simple addition and subtraction, in hex. Let's say a certain memory location is 0F, and you want something to be added to it, let's say you want it to equal to 15 in hex, but don't want to do it by assigning it, maybe it's used in a mini game or something. you do a byte math, to the memory location then you put 6 as the integer to add.
I have done this, the problem doesn't lie in windows calc, it lies in the editor, as i said, you can only add up FF, but you can subtract FFFF. I've tried every mode and combination, and even tried to add something like 100, but it still won't let you go past FF.