2010-04-03 09:36 AM
Constants at a specific adress?
2011-05-17 04:46 AM
After some hours messing around I figured it out.
I have to make it volatile! If I make the constant volatile I can find it in the HEX file just by searching after the hex numbers in a row.
I hope this information might be usefull for others struggling with the same thing!
Best Regards
Thomas Jespersen
2011-05-17 04:46 AM
http://www.8052.com/forum/read/174991
''myguess
is that, without 'volatile', the compiler may decide not to read the ROM at all, but to use ''immediate'' data instead...''