home *** CD-ROM | disk | FTP | other *** search
- ;***** HELP FOR MACZ80,LNKZ80
- ;1991.1.25
-
- 1.macz80 command format:
- macz80 %.rel,%.lst=%.mac
- example:source file is m1.mac
- then comand:macz80 m1,m1=m1
- or macz80 m1=m1
- or macz80 =m1
- 2 lnkz80 command format:
- lnkz80
- /p:addr0,/d:daddr0,outfile/n/y,%1,%2,%3...,/e
- example:source files are m1.rel,m2.rel,m3.rel;outfile is mast.hex;the
- program code start address is 200h,the data code start address is 8000h
- then command:
- lnkz80
- /p:200h,/d:8000h,mast/n/y,m1,m2,m3,/e
-
- ;********************************************