Introduction - If you have any usage issues, please Google them yourself
This code, along with its makefile, illustrates how to create a DLL, how to initialize its data, and how to share the same data among all processes using the same DLL. The file CRCDEMO.ASM contains a very simple program which illustrates how to call the routines in this DLL.