This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Show code at address in disassembly window

Hi sir,

There are some problems in using AGDI.When I show code at some address in disambley window, uVision IDE have no response for a long time and somtimes it display at the incorrect address in disambley window. Can you give me some directions what cause this problem.


eelin

Parents
  • Dear Sir,
    Yes, this problem happened also in the simulator. As long as operate by the following step, it will be happened.
    1. Into debug mode
    2. Show code at addr c:0x20000
    3. The pointer point at this line,
    and the yellow color shows in this line <c:0x20000>
    4. Show code at addr c:0x0 or the other address again.
    5. It still shows disassembly code at c:0x20000 in disassembly window.
    If I go step 1->2->4 and ignore step 3, it can work correctly.


    eelin

Reply
  • Dear Sir,
    Yes, this problem happened also in the simulator. As long as operate by the following step, it will be happened.
    1. Into debug mode
    2. Show code at addr c:0x20000
    3. The pointer point at this line,
    and the yellow color shows in this line <c:0x20000>
    4. Show code at addr c:0x0 or the other address again.
    5. It still shows disassembly code at c:0x20000 in disassembly window.
    If I go step 1->2->4 and ignore step 3, it can work correctly.


    eelin

Children