1) If one could select / copy text in the Disassembly window. For example, when debugging, I find it useful to examine the compiler's output and compare different builds. 2) If one could use the Find feature in the Disassembly window. Regards,
I meant to select 8051 tools ... but it's a microVision2 issue, I suspect ...
You can, of course, include the assembler output in the listing file. Jon
"You can, of course, include the assembler output in the listing file." But that shows you the relocatable code, before the linker's done its stuff. Also, the listing doesn't give you interleaved source+assembler (yes, I know there's a utility - but it doesn't always work and is a bit clunky to use) I have had occasion to report bugs when it would've been useful to send the disassembly as supporting evidence - the only way to do that is via 'Print Screen' :-( As I've said before, in the world of Windows programming, this should be trivial. And what about that Print option!