This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
For example,
As shown in Figure, is there any way that i could copy assembly code between 0x00000000 and 0x00002400 to a txt file once?
Hello,
You can copy and paste from the disassembly window to a text editor.
However, there is no way I am aware of where you can simply do a straight export of a range of address to a file to get the assembly code. If you are interested in the generated assembly code, you can build with the -k build option to keep the generated intermediate assembly files for your source.
Thanks
ki