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 of course, but not assembly. Is there any way I can do this outside of the .data section in my .s file? My design is generic and I would hate to have to hard code these values in my code. Thanks, Matt