Mercurial > hg > index.cgi
diff lwasm/pragma.c @ 375:71f507f404f1
Add "testmode" pragma
Add a pragma to allow testing more easily.
Thanks to Erik G <erik@6809.org> for the patch.
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 13 Jul 2015 20:35:16 -0600 |
parents | 8764142b3192 |
children | 35d4213e6657 |
line wrap: on
line diff
--- a/lwasm/pragma.c Mon Jul 13 20:31:56 2015 -0600 +++ b/lwasm/pragma.c Mon Jul 13 20:35:16 2015 -0600 @@ -63,6 +63,7 @@ { "6809", "6309", PRAGMA_6809 }, { "6800compat", "no6800compat", PRAGMA_6800COMPAT }, { "forwardrefmax", "noforwardrefmax", PRAGMA_FORWARDREFMAX }, + { "testmode", "notestmode", PRAGMA_TESTMODE }, { 0, 0, 0} };