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 agoThe 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.