Good morning,
I am testing a simple asm program. There are no errors nor warnings, but during debug, i can not see the position line on my source file, while in disassembly, i have. It seem that source file it is not linked with the project, or that the debugger could not load the symbols.
Any idea?
Thank you,
Alessandro Fulignani
Found the solution, with keil help!
In the new keil version V5.10.0.2 there must be a PROC with ENDP before the assembly function. I don't know why, but now it is ok