changeset 646:fa345ce3e5bd

Produce a listing file when assembling 68K test ROMs
author Michael Pavone <pavone@retrodev.com>
date Sun, 14 Dec 2014 18:12:00 -0800
parents d77c79cec800
children 5d58dcd94733
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 03 09:32:32 2014 -0800
+++ b/Makefile	Sun Dec 14 18:12:00 2014 -0800
@@ -88,7 +88,7 @@
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 %.bin : %.s68
-	vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ $<
+	vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $<
 
 %.bin : %.sz8
 	vasmz80_mot -Fbin -spaces -o $@ $<