From 36ff20e5879e720a25325376efc97354e8c4d75b Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 12 Mar 2022 22:40:48 -0600 Subject: [PATCH] Update Makefile Add source as comment in assembly listings. --- sw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/Makefile b/sw/Makefile index 50bc795..0927fa6 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -1,6 +1,6 @@ CC=cl65 -CFLAGS=-t none -I. --cpu "65C02" -test: CFLAGS=-t sim65c02 -I. +CFLAGS=-T -t none -I. --cpu "65C02" +test: CFLAGS=-T -t sim65c02 -I. LDFLAGS=-C link.ld -m $(NAME).map SIM=sim65 SIMARGS=-v -c -x 1000000