Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAssembly Include/Header File?
Hello all, I am currently working on an assembly design that will require the equivalent of a .h file in which I can# define certain constants used in the design. I am aware of doing this in c ...
Altera_Forum
Honored Contributor
11 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