Project Help

Hello everyone,

I'm currently taking a college course that requires the Arduino Uno R3 Atmega 328p and recently got my first actual "coding" assignment. The goal of the assignment is to use assembly language to make the board blink in morse code.

Being new to the entire subject I'm not sure where to even start. I dont want anyone to do it for me, I just want a starting point or tutorial to help.

This might be helpful to you:
https://forum.arduino.cc/index.php?topic=413151
note that it's a very crude blocking code that is far from optimal. It was merely intended to be the most simple possible "hello world" for using .S files with the Arduino IDE.