diff lwlink/lwlink.h @ 548:cde1a5a48636

Add IHEX output format to lwlink At the request of Craig Iannello who provided a small bribe, IHEX output format is now available in lwlink. At least a first pass version of it.
author William Astle <lost@l-w.ca>
date Thu, 16 Mar 2023 16:59:50 -0600
parents 1744f2d1a821
children
line wrap: on
line diff
--- a/lwlink/lwlink.h	Thu Mar 16 16:18:13 2023 -0600
+++ b/lwlink/lwlink.h	Thu Mar 16 16:59:50 2023 -0600
@@ -32,6 +32,7 @@
 #define OUTPUT_OS9		3	// OS9 object code module
 #define OUTPUT_SREC		4	// motorola SREC format
 #define OUTPUT_RAW2     5   // raw sequence of bytes, BSS converted to NULs
+#define OUTPUT_IHEX     6   // IHEX output format
 
 typedef struct symtab_s symtab_t;
 struct symtab_s