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

Simulator clarification

Hai
When simulating, keil IDE Skips some bit manipulating instructions.I think there is some point in that which I cannot locate.please pont out

Roy Thomas

Parents
  • Hai
    I think I have found some clue.
    Some are optimised out and some others are actually not skipped,but they are merged with the nearby delay routines. Could be seen in the dissassembly window like that. But when stepping through C sourse they appear to be skipped. Causes some confusion but code is there eventhough not like how I proposed!! .
    Any way how I can avoid such merging!
    Thanks
    Roy Thomas

Reply
  • Hai
    I think I have found some clue.
    Some are optimised out and some others are actually not skipped,but they are merged with the nearby delay routines. Could be seen in the dissassembly window like that. But when stepping through C sourse they appear to be skipped. Causes some confusion but code is there eventhough not like how I proposed!! .
    Any way how I can avoid such merging!
    Thanks
    Roy Thomas

Children