Change Assembly to Arduino IDE

From reading the rest of your posts, it seems that maybe you weren't interested in assembly language after all, but in case you are interested, or in case others who are interested find this thread, I will add that, in addition to the option of using inline assembly in your .ino files via the asm keyword as jim-p already mentioned, you can also add pure assembly files to your sketch.

There is a simple "hello world" demonstration of that here: