How do you convert a code that is in the arduino ide to the asseembly code that can be used in atmel studio, when the file is a .ino.elf file (e.g. "C:\ProgramFiles\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.33.0_x86__mdqgnx93n4wtt\hardware\tols\avr/bin/avr-objcopy" -O ihex -R .eeprom"C:\Users\Nigel\AppData\Local\Temp\arduino_build_312899/sketch_apr26a.ino.elf")?
Check the AVR Studio compiler output files for the assembly code listing. With Studio 7, you may have to enable that feature (I don't recall). With Studio 4, it is produced by default.