plasma: shaving some bytes off

This commit is contained in:
Vince Weaver 2023-09-01 00:43:12 -04:00
parent 2efe9aed60
commit df69d2d5ba
2 changed files with 117 additions and 2751 deletions

View File

@ -7,10 +7,11 @@ EMPTYDISK = ../../../empty_disk/empty.dsk
all: plasmag.dsk
plasmag.dsk: HELLO PLASMAG
plasmag.dsk: HELLO PLASMAG PLASMAG_FULL
cp $(EMPTYDISK) plasmag.dsk
$(DOS33) -y plasmag.dsk SAVE A HELLO
$(DOS33) -y plasmag.dsk BSAVE -a 0x4000 PLASMAG
$(DOS33) -y plasmag.dsk BSAVE -a 0x4000 PLASMAG_FULL
###
@ -27,5 +28,14 @@ plasmag.o: plasmag.s
###
PLASMAG_FULL: plasmag_full.o
ld65 -o PLASMAG_FULL plasmag_full.o -C $(LINKERSCRIPTS)/apple2_4000.inc
plasmag_full.o: plasmag_full.s
ca65 -o plasmag_full.o plasmag_full.s -l plasmag_full.lst
###
clean:
rm -f *~ *.o *.lst PLASMAG HELLO

File diff suppressed because it is too large Load Diff