If you feel more comfortable with assembly language and you want to get started with Arduino, note that with the Arduino IDE, you can mix C/C++, specific Arduino functions (e.g. digitalWrite(), analogRead(),…), inline assembly language and pure assembly language in the same sketch
.