Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for *.S and *.s files #8

Open
triztian opened this issue Jul 14, 2019 · 0 comments
Open

Add support for *.S and *.s files #8

triztian opened this issue Jul 14, 2019 · 0 comments

Comments

@triztian
Copy link

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

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 added a commit to triztian/AVR-ASM-Sublime that referenced this issue Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant