Hi , I'm writing a c code which inside it , I call a linear assembly function , I'm familiar with calling stuff and so on and so forth ,
I am using css 4.2 .
My problem :
When I'm debugging the code , I cannot insert breakpoint in lines 13 ,14,15 ...,21 , but Before line 13 and after line 21
there is no problem and the simulator stops and performs the tasks.(lines 13 to 21 is not converted to assembly when I see the final assembly code in
view >> disassembly )
I don't know what is the problem and why these lines cannot be converted to assembly
i need to finish my code , ASAP for final exam , plz help