diff lwasm/insn_indexed.c @ 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 8764142b3192
children b20f14edda5a
line wrap: on
line diff
--- a/lwasm/insn_indexed.c	Mon Jul 13 20:35:16 2015 -0600
+++ b/lwasm/insn_indexed.c	Mon Jul 13 20:47:30 2015 -0600
@@ -594,6 +594,9 @@
 	
 	lwasm_emitop(l, instab[l -> insn].ops[0]);
 	lwasm_emitop(l, l -> pb);
+
+	l -> cycle_adj = lwasm_cycle_calc_ind(l);
+
 	if (l -> lint > 0)
 	{
 		e = lwasm_fetch_expr(l, 0);