I am maybe just too stupid...
How can I display (disassemble) the generated assembler code of a function within a (console) program?
The debugger shows only the source lines, but not the compiler results
From mouse right click, context menu -> Show disassembly
Thank you, this did it, but only after:
- upgrade to latest V9 RC #3
- cleaning the source directory from old map/dbg or whatever files, some of them created with podump
Either I had been too tired or blind, or something got stuck between file and version conflicts.
I don't know which, but it is solved now. Thanks again!