Hi, i would like to ask developers behind Arduino IDE, if there are plans for supporting assembly language in Arduino IDE. The reason why I am asking is because there is tutorial on the internet that allows you to modify IDE in way, that it accepts assembly code with x86 syntax. In this tutorial you change IDE that it will accept .s files and those files act as assembly source files. This tutorial does not work however with never versions of IDE, but they accept .s files by default. Hence my question: does acceptance of .s files means eventual support for assembly language?
Thank you for answer and have a nice day.
Maros
PS: I know in-line assembly is already supported
PS 2: I would post link to the before mentioned tutorial but i cant find it right now