This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MicroVision2 -- It Would Be Nice ...

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,

Parents
  • "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!

Reply
  • "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!

Children
No data