• 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...
  • 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...
  • Inline assembly disassembly shows different instructions during debugging!! msp432 uvision
    Hello everybody! If you please could help with this problem. I am writing a timer32 interrupt handler and try to use inline assembly. I wrote the simplest code, which triggers a port pin high and...
  • Inline assembly disassembly shows different instructions during debugging!! msp432 uvision
    Hello everybody! If you please could help with this problem. I am writing a timer32 interrupt handler and try to use inline assembly. I wrote the simplest code, which triggers a port pin high and...
  • Why does the assembly code sometimes store the register values into RAM and sometimes not?
    I have two pieces of code that are very similar. Both of the code are compiled with the `-O0` flag in AC5. When I look at the assembly of the first code, I found that some variables loaded into registers...