comparison src/insn_rel.c @ 32:9bd0fbfe7405

Added basic indexed mode handling
author lost
date Fri, 02 Jan 2009 04:22:39 +0000
parents 37aec845aef3
children 74a3fef7c8d0
comparison
equal deleted inserted replaced
31:674ee393426c 32:9bd0fbfe7405
20 20
21 /* 21 /*
22 for handling relative mode instructions 22 for handling relative mode instructions
23 */ 23 */
24 24
25 #define __insn_inh_c_seen__ 25 #define __insn_rel_c_seen__
26 26
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #include "expr.h" 29 #include "expr.h"
30 #include "lwasm.h" 30 #include "lwasm.h"