I want to see the assembly code of my code written in the Arduino IDE. What I've tried is:
Sketch > Export compiled binary
Then, I found that I have a gcc toolset in my ESP8266 directory in:
Documents\ArduinoData\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506\bin>
And there I have a xtensa-lx106-elf-objdump.exe
So I tried to run this objdump on the outputted compiled binary, but I got:
PS> xtensa-lx106-elf-objdump.exe -D <path/to/binfile>
file format not recognized