mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
44 lines
643 B
Plaintext
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
|
|
|
|
|