diff src/insn_logicmem.c @ 37:538e15927776

Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes
author lost
date Sat, 03 Jan 2009 04:20:49 +0000
parents b29eec6f3819
children 8929e1ee99cf
line wrap: on
line diff
--- a/src/insn_logicmem.c	Fri Jan 02 06:07:40 2009 +0000
+++ b/src/insn_logicmem.c	Sat Jan 03 04:20:49 2009 +0000
@@ -40,7 +40,7 @@
 	if (**p == '#')
 		(*p)++;
 	
-	s = lwasm_expr_eval(*p, &p2);
+	s = lwasm_evaluate_expr(as, l, *p, &p2);
 	*p = (char *)p2;
 
 	if (!s)