Topic : Single-step at instruction level (in disassembly)

Forum : ST7/STM8

Original Post
Post Information Post
March 9, 2010 - 3:48pm
Guest

How do I use Ride to step just one instruction instead of one line of C? It seems that I can do this by setting break points in the disassembly view (e.g. on the next instruction) but this is not practical.

Replies
Post Information Post
+1
0
-1
March 10, 2010 - 8:36am
Raisonance Support Team

Hi Jacob,

Just click on the disassembly window, so that it gets the focus (the Windows cursor will be in there). After this, step into/over commands will be executed in assembly mode instead of C mode.

Regards,
Bruno

+1
0
-1
March 10, 2010 - 4:51pm
Guest

Thanks! That's what I wanted to know, and it seems to work fine.