home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s180 / 1.ddi / ASTOOL.HLP next >
Encoding:
Text File  |  1991-01-25  |  640 b   |  20 lines

  1. ;***** HELP FOR MACZ80,LNKZ80
  2. ;1991.1.25
  3.  
  4. 1.macz80 command format:
  5.     macz80 %.rel,%.lst=%.mac
  6.     example:source file is m1.mac
  7.     then comand:macz80 m1,m1=m1
  8.              or macz80 m1=m1
  9.          or macz80 =m1
  10. 2 lnkz80 command format:
  11.        lnkz80
  12.     /p:addr0,/d:daddr0,outfile/n/y,%1,%2,%3...,/e
  13.      example:source files are m1.rel,m2.rel,m3.rel;outfile is mast.hex;the
  14. program code start address is 200h,the data code start address is 8000h
  15.     then command:
  16.     lnkz80
  17.     /p:200h,/d:8000h,mast/n/y,m1,m2,m3,/e
  18.  
  19. ;********************************************
  20.