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

38 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$2pip machine.h=machine.68k
$2cp68 -i 0$1 link68.c $1x.i
$2c068 $1x.i $1x.1 $1x.2 $1x.3
era $1x.i
$2c168 $1x.1 $1x.2 link68.s
era $1x.1
era $1x.2
$2as68 -s 0$1 -f $1 -l -u link68.s
era link68.s
$2cp68 -i 0$1 lnkmess.c $1x.i
$2c068 $1x.i $1x.1 $1x.2 $1x.3
era $1x.i
$2c168 $1x.1 $1x.2 lnkmess.s
era $1x.1
era $1x.2
$2as68 -s 0$1 -f $1 -l -u lnkmess.s
era lnkmess.s
$2cp68 -i 0$1 preproc.c $1x.i
$2c068 $1x.i $1x.1 $1x.2 $1x.3
era $1x.i
$2c168 $1x.1 $1x.2 preproc.s
era $1x.1
era $1x.2
$2as68 -s 0$1 -f $1 -l -u preproc.s
era preproc.s
$2lo68 -s -u_nofloat -u_nowildc -r -o link68.rel -f $1 0$1s.o link68.o preproc.o lnkmess.o 0$2clib
era *.o
$2as68 -s 0$1 -f $1 -l -u loadr.s
$2as68 -s 0$1 -f $1 -l -u ovhdlr.s
user 4!make $1 $2