diff lwasm/pragma.c @ 379:d791d47afc48

Add m80ext pragma for Macro-80C compatibility and ignore END in includes For compatibility with Macro-80C source, add pragma for it. Also implement ignoring END in include files rather than treating it as the total end of assembly. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:59:02 -0600
parents 67373a053c49
children 6ee9c67a0f8d
line wrap: on
line diff
--- a/lwasm/pragma.c	Mon Jul 13 20:56:48 2015 -0600
+++ b/lwasm/pragma.c	Mon Jul 13 20:59:02 2015 -0600
@@ -69,6 +69,7 @@
 	{ "cd", "nocd", PRAGMA_CD },
 	{ "ct", "noct", PRAGMA_CT },
 	{ "qrts", "noqrts", PRAGMA_QRTS },
+	{ "m80ext", "nom80ext", PRAGMA_M80EXT },
 	{ 0, 0, 0 }
 };