Create map file for convenience

export a symbol and it'll appear in mandel.map
This commit is contained in:
Brooke Vibber 2025-06-23 08:17:39 -07:00
commit fd954da47e

View file

@ -3,7 +3,7 @@
all : mandel.xex
mandel.xex : mandel.o tables.o atari-asm-xex.cfg
ld65 -C ./atari-asm-xex.cfg -o $@ mandel.o tables.o
ld65 -C ./atari-asm-xex.cfg --mapfile mandel.map -o $@ mandel.o tables.o
%.o : %.s
ca65 -o $@ $<
@ -15,4 +15,6 @@ clean :
rm -f tables.s
rm -f *.o
rm -f *.xex
rm -f mandel.map