i am new to assembly and its file structure,i am using stm32f103c6 along with St-link_v2all i knew is code starts execution from reset handler, there system_init and __main functions are executedwhen i am stepping into system init label then next execution statement(yellow arrow) is pointing to instructions in editor window and also into disassembly windowbut when there is turn of __main label then, instead of stepping into __main label whole code gets executed like i have pressed run(f5),when i use breakpoints at the starting of __main's first instruction then, i could see code execution step by step in disassembly window but not in main editorif anyone has an idea what going on then it will be greatly helpful aswhile debugging its more convenient to watch what going on by looking into steps of instruction written in editori have attached a video for better reference, first time i have used a breakpoint at __main label and one could see instruction execution in disassembly window,second time there is no breakpoint then step into behaved like run(F5)
thanks
drive.google.com/.../view
sorry sir for my mistakehttps://drive.google.com/file/d/1QvhnhwXPAX_J5vOoRiktthA1TcHj13ML/view?usp=sharingi think that should workI am trying to learn assembly for arm and i can see next execution statement(yellow arrow) on disassembly window but not in editor window while in debug modeits not a big deal, but if i will start writing complex code then at that time it will be lot helpful if i could see my instructions executing in editor instead in disassembly windowagain thankyou for your time