home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / clnres.lbr / CLNRES.DZC / CLNRES.DOC
Encoding:
Text File  |  1987-11-27  |  1.0 KB  |  33 lines

  1.   CLNRES, version 1.0.
  2.  
  3.   Cleans a file freshly created by RESOURCE or MSOURCE.
  4.  
  5.   Removes comments from the end of a line which is only a hex address
  6.   and when a label line is encountered, and the line contains only a
  7.   comment with no opcode it appends the next line in the file one tab
  8.   after the label.
  9.  
  10.         LABEL:          ;1234H
  11.                 LXI     H,L0234 ;0234H
  12.   Becomes
  13.  
  14.         LABEL:  LXI     H,L0234
  15.  
  16.   Lines with comments only are not affected.  Any lines which have been
  17.   edited and appear as:
  18.  
  19.   LABEL:        OPCODE  OPERAND ;COMMENT
  20.  
  21.   will only have the comment removed.
  22.  
  23.   To use the program type:
  24.  
  25.   CLNRES filename (newname)
  26.  
  27.   CLNRES looks for an .ASM file and creates a .$$$ file.
  28.  
  29.         Please advise on any problems:    J.A. Prest
  30.                                           18704 Glastonbury Rd
  31.                                           Detroit, MI. 48219
  32.                                           313-538-1204
  33. VΦ