diff src/instab.c @ 65:31d8e85706e7

Implemented setdp and corrected handling of direct page detection in insn_gen_aux()
author lost
date Mon, 05 Jan 2009 01:40:01 +0000
parents d85ba47b1e8f
children d5fe306f1ab1
line wrap: on
line diff
--- a/src/instab.c	Mon Jan 05 01:27:08 2009 +0000
+++ b/src/instab.c	Mon Jan 05 01:40:01 2009 +0000
@@ -69,7 +69,7 @@
 extern OPFUNC(pseudo_endc);
 extern OPFUNC(pseudo_macro);
 extern OPFUNC(pseudo_endm);
-
+extern OPFUNC(pseudo_setdp);
 extern OPFUNC(pseudo_set);
 
 instab_t instab[] =
@@ -356,6 +356,7 @@
 	{ "macro",	{ -1, -1, -1, -1}, 	pseudo_macro,	1,	0 },
 	{ "endm",	{ -1, -1, -1, -1},	pseudo_endm,	1,	1 },	
 
+	{ "setdp", 	{ -1, -1, -1, -1},	pseudo_setdp },
 	{ "set",	{ -1, -1, -1, -1},	pseudo_set,	0,	0,	1 },
 
 	/* flag end of table */