diff Makefile @ 376:35d4213e6657

Add cycle counting to listing Add option to include instruction cycle counts to the listing. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:47:30 -0600
parents 4130ffdeb5c8
children a6c9129e5948
line wrap: on
line diff
--- a/Makefile	Mon Jul 13 20:35:16 2015 -0600
+++ b/Makefile	Mon Jul 13 20:47:30 2015 -0600
@@ -52,7 +52,7 @@
 lwlink_srcs := $(addprefix lwlink/,$(lwlink_srcs))
 lwobjdump_srcs := $(addprefix lwlink/,$(lwobjdump_srcs))
 
-lwasm_srcs :=  debug.c input.c insn_bitbit.c insn_gen.c insn_indexed.c \
+lwasm_srcs := cycle.c debug.c input.c insn_bitbit.c insn_gen.c insn_indexed.c \
 	insn_inh.c insn_logicmem.c insn_rel.c insn_rlist.c insn_rtor.c insn_tfm.c \
 	instab.c list.c lwasm.c macro.c main.c os9.c output.c pass1.c pass2.c \
 	pass3.c pass4.c pass5.c pass6.c pass7.c pragma.c pseudo.c section.c \