diff lwasm/pragma.c @ 442:a9521955554f 3.0

Added pragma pcaspcr to treat PC as PCR; additional fixes for PCR addressing modes
author lost@l-w.ca
date Sat, 30 Oct 2010 12:15:00 -0600
parents f5b77989f675
children
line wrap: on
line diff
--- a/lwasm/pragma.c	Sat Oct 30 11:51:25 2010 -0600
+++ b/lwasm/pragma.c	Sat Oct 30 12:15:00 2010 -0600
@@ -39,6 +39,7 @@
 	{ "undefextern", PRAGMA_UNDEFEXTERN },
 	{ "cescapes", PRAGMA_CESCAPES },
 	{ "importundefexport", PRAGMA_IMPORTUNDEFEXPORT },
+	{ "pcaspcr", PRAGMA_PCASPCR },
 	{ 0, 0 }
 };
 
@@ -49,6 +50,7 @@
 	{ "noundefextern", PRAGMA_UNDEFEXTERN },
 	{ "nocescapes", PRAGMA_CESCAPES },
 	{ "noimportundefexport", PRAGMA_IMPORTUNDEFEXPORT },
+	{ "nopcaspcr", PRAGMA_PCASPCR },
 	{ 0, 0 }
 };