Programmering - Assembler - MASM - CREF

Converts .CRF binary file produced by MASM to .REF text file thar cross-references the symbols used

Command line:

CREF crossref [,crossreflist][;]
crossref   binary file (.CRF assumed)
crossreflist ascii file (.REF)
;

Examples:

CREF hello; (=hello.crf;)
output: hello.ref