// The DLX Symbol-Listing Utility V1.0 // Copyright (c) 1997, Nanosoft, Inc. #include "dlx.h" #include "iostream.h" #include "stdio.h" #include "malloc.h" main(int argc, char** argv) { if(argc==1) { cout << "DLX SymbolList V1.0" << endl; cout << "Copyright (c) 1997, Nanosoft, Inc." << endl << endl; cout << "Syntax:" << endl; cout << " DLXLIST [filename]..." << endl; } dlxheader dh; for(long x=1; x