Mercurial > hg > index.cgi
diff lwasm/pragma.c @ 385:4fd16faa4d93
Add various "convenience" ops
These are things like "NEGD" in 6809 mode or NEGQ in 6309 mode. These
require either 6809conv or 6309conv pragmas.
Also fix a problem with "CPX" in the 6800 mode.
Thanks to Erik G <erik@6809.org> for the patch.
author | William Astle <lost@l-w.ca> |
---|---|
date | Mon, 13 Jul 2015 21:26:34 -0600 |
parents | 6ee9c67a0f8d |
children | 6153cb49403c |
line wrap: on
line diff
--- a/lwasm/pragma.c Mon Jul 13 21:20:30 2015 -0600 +++ b/lwasm/pragma.c Mon Jul 13 21:26:34 2015 -0600 @@ -70,6 +70,8 @@ { "ct", "noct", PRAGMA_CT }, { "qrts", "noqrts", PRAGMA_QRTS }, { "m80ext", "nom80ext", PRAGMA_M80EXT }, + { "6809conv", "no6809conv", PRAGMA_6809CONV }, + { "6309conv", "no6309conv", PRAGMA_6309CONV }, { 0, 0, 0 } };