Use Atmel studio7 to program the arduino in ASSEMBLY

Hi
i have been trying to link my arduino with atmel to program in assembly 2 of my teacher told me it was possible, but after watching every video on this subject, i could not fix my problem. i am learning assembly language, so i have to make it work with this

  • Which videos did you watch? Be careful to avoid videos that are obsolete. In general, I find videos to be poor sources of information for highly technical tasks. Try this picture-tutorial: How to Flash or Program Arduino from Atmel Studio? - Arnab Kumar Das
  • Have you successfully uploaded sketches using the Arduino IDE? (proves that the hardware and drivers and stuff are OK.)
  • Which assembler are you trying to use?
  • do you have a device programmer, or are you trying to use the bootloader?
  • I'm assuming an Arduino Uno? And Atmel Studio 7? And Windows 10?
  • What is the problem you are having?

compile the files and obtain the .hex file then use avrdude to flash the .hex file to arduino

hope it helped