Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

44 lines
643 B
Plaintext

Commands to build the COPY utility on the EXORmacs
==================================================
==================================================
D>c copy
*****INCLUDE FILES*****
stdio.h
portab.h
*****OUTPUT FILES*****
copy.o
*****LINK STEP*****
D>clink copy ccpbdos
Submit file yields: lo68 -r -o copy.68k s.o copy.o ccpbdos.o clib
*****OUTPUT FILES*****
copy.68k
-------------------------------------------------------------------
FORMAT and INIT utilities:
==========================
D>as68 -l -u format.s
D>lo68 -r -o format.68k format.o
D>as68 -l -u init.s
D>lo68 -r -o init.68k init.o