AVR-ASM-Sublime icon indicating copy to clipboard operation
AVR-ASM-Sublime copied to clipboard

Add support for *.S and *.s files

Open triztian opened this issue 5 years ago • 0 comments

AVR GCC assembler files have a *.S and *.s extension, see here for more information:

  • https://www.microchip.com/webdoc/AVRLibcReferenceManual/assembler_1ass_tools.html

Excerpt from the previous link:

Note that the invokation of the C preprocessor will be automatic when the filename provided for the assembler file ends in .S (the capital letter "s"). This would even apply to operating systems that use case-insensitive filesystems since the actual decision is made based on the case of the filename suffix given on the command-line, not based on the actual filename from the file system.

triztian avatar Jul 14 '19 06:07 triztian