Labels:text | font | screenshot | black and white | document OCR: TOPIC: XREF36 FROM: LUCIEN L. PAN DATE: 1983/10/18 INTRODUCTION: XREF is a cross-reference utility designed to generate a listing file which contains valuable information that can be of help to the assembly language programmer. It uses for input the '.PRN' file created by an assembler and writes out a modified file which is identical to the input except for an identifying number and some cosmetic formatting, for each source line encountered. At the end of input, XREF will output a report, listing each symbol and the line number(s) where the symbol was referenced. This report can be used as an important diagnostic tool facilitating the task of debugging an assembly program. FEATURES: Due to the (relatively) simple objectives of this program, such as numbering each individual line and buildi ...