diff lwasm/lwasm.h @ 382:80d615a6642c

Add REORG pseudo op For Macro-80C compatibility, add REORG pseudo op. It has some utility so this one is not protected by a pragma. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 21:18:02 -0600
parents e3f4aaa2a4e8
children 6ee9c67a0f8d
line wrap: on
line diff
--- a/lwasm/lwasm.h	Mon Jul 13 21:11:12 2015 -0600
+++ b/lwasm/lwasm.h	Mon Jul 13 21:18:02 2015 -0600
@@ -195,6 +195,7 @@
 	E_SYMBOL_UNDEFINED_EXPORT	= 54,
 	E_UNKNOWN_OPERATION			= 55,
 	E_USER_SPECIFIED			= 56,
+	E_ORG_NOT_FOUND				= 57,
 
 	/* warnings must be 1000 or greater */