when using the debugging program, is there a way to assign a "label" to a specific address?
i.e. address x:0x03FF = mylabel.
so I can call it later,
thank you
Fausto Bartra
>so I can not debug both at the same time (as far as I know).
Yes, you can. You just need to load both applications into one debug session. This can be done with the command
LOAD <OMF-file> Incremental
See for more details:
https://www.keil.com/support/man/docs/uv4cl/uv4cl_cm_load.htm
You can put the load command of your second application into a INI File which is then loaded automatically when starting a debug session.