A82: calculation mem stuff


[Prev][Next][Index][Thread]

A82: calculation mem stuff



Lets take this for example:
TEXT_MEM2+110
When trying to tell if you have gone over the limit of the text_mem2, do 
you a) add 110 in hex to the text_mem2 addr? or b) add 110 in decimal to 
the text_mem2 addr. 
Because if you do that above with decimal you are alright, but with hex 
you are over the limit. Just want to clear this up.