Forum : ST7/STM8
Original Post
    | Post Information | Post | 
|---|---|
| July 23, 2012 - 11:50am | Hi, In the listing files, is it possible to locate c code before asm code instead of pointing it like "; SOURCE LINE # 54 "? I mean, like this: 
             ;TIM1->CR1  = TIM1_CR1_RESET_VALUE; //which is source line #54
0000 35005250                          MOV    05250H,#000H
instead of this: 
              ; SOURCE LINE # 54 
0000 35005250                          MOV    05250H,#000H
It's hard to come and go between c part and asm part. | 
 
            
Hi,
Unfortunately, it isn't possible.
Regards,
The Raisonance support team.