Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The convention with GCC is to use .S (upper case) for assembler files that need to be pre-processed and .s (lower case) for files that do not. --- Quote End --- I am not entirely sure what to do with this .S file. Am i able to include .c files here, or# define constants in here directly? Thanks