Universal Include File Library
If there is something I've learned over the years, is if you're an assembly programmer, you most likely use several assembler's and use several other languages. One of the problems i've discovered over the years, is that to get the include files you want is more than a plague. It's a disease.
All assembly authors, all assembly programmers should come together and start writing all include files in a universal include-file program that stores equates and structures in a universal format. The idea is that you can feed a very simple format file to the program and it will output any include file you want in any format you want by simple "macro" text replacement.
Each author of any assembly project could create his own very simple "format file" so that users can "extract" any include file they want by using that format file, for any assembler out there.
I propose the name "UniInclude" as the name for the program. And if such a program will ever be made, I encourage asm programmers to write all their include files in the universal format. This is not just an idea, it's about "survival". The future will bring more and more api's and we need to come together and shape a standard for include files.
Imagine what we can do if all assembly include files were available in a common format, and all you need to do is apply a simple format file and it will output that include file for you in the format your assembler needs.