Hi, I'm working with LPC1768 MC & using the MDK simulator. My assembly code is involving strings. When I declare the string in data segment, it doesnt get reflected in memory window during the debug session. But if I declare the string in code segment, it gets reflected in the memory window during the debug session. Can anyone let me know, why this is happening?
rkopsch said:Simulation is limited
Nowadays, with the ready availability of low-cost hardware having on-chip debug, the usefulness of simulation is also limited!
shruthi84 - why not just run your code on real hardware using the debugger?
we are actually preparing some assignments for students to learn & work from home (COVID). Hence using the simulator.