mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
mkver -e "assembler 4.3 -"
|
|
c68 -L -r -DMC68000 -c dir.c
|
|
c68 -L -r -DMC68000 -c expr.c
|
|
c68 -L -r -DMC68000 -c main.c
|
|
c68 -L -r -DMC68000 -c misc.c
|
|
c68 -L -r -DMC68000 -c pass1a.c
|
|
c68 -L -r -DMC68000 -c pass2.c
|
|
c68 -L -r -DMC68000 -c symt.c
|
|
c68 -L -r -DMC68000 -c version.c
|
|
c68 -n -r dir.o expr.o misc.o pass1a.o pass2.o symt.o main.o version.o -l6
|
|
mv a.out as68.4k
|
|
setstack as68.4k 8192 8192
|
|
rm *.o
|