Quote:
|
Originally Posted by JMI
In my version of the target, the Memory Map shows the .code section to begin at Address=00401000, with Size=00098000 (622592.) That suggests that any address within the range of 00401000 to 00499000 (which would include 00A60019-00A6005C and/or 00A10671 and 00A10019) where these exceptions are occurring is IN the code section shown in the Memory Map. I didn't hit any OUTSIDE that range and I have a file with the code addresses at each of the breaks on exception.
|
1-The A6XXXX range willn't be in the code section range.
2- highmemory+0019 is the correct last exception, which is in my pc
=00A20019.
you can find that out by using my last updated script "asplex-2" for last exception.
Regards.