summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorDale Curtis <dalecurtis@chromium.org>2018-10-29 17:05:33 -0700
committerDale Curtis <dalecurtis@chromium.org>2018-10-31 13:43:58 -0700
commit5f133c41699007ba0794608ed630a54fe763dda2 (patch)
treedb95b01cff1c4e6d327f9ca290b6f69dd25b2a14 /macros
parent107604940bdc9787bc12fab8cdcc22ca6d53fdbb (diff)
downloadnasm-5f133c41699007ba0794608ed630a54fe763dda2.tar.gz
Add all sources generated by "make perlreq"
This step is required to turn source templates into sources. A later commit will document this process in README.chromium. This is one of the initial commits preparing NASM for use in Chrome. BUG=766721
Diffstat (limited to 'macros')
-rw-r--r--macros/macros.c641
1 files changed, 641 insertions, 0 deletions
diff --git a/macros/macros.c b/macros/macros.c
new file mode 100644
index 00000000..97bc50d4
--- /dev/null
+++ b/macros/macros.c
@@ -0,0 +1,641 @@
+/*
+ * Do not edit - this file auto-generated by macros.pl from:
+ * version.mac
+ * ./macros/altreg.mac
+ * ./macros/fp.mac
+ * ./macros/ifunc.mac
+ * ./macros/smartalign.mac
+ * ./macros/standard.mac
+ * ./output/outaout.mac
+ * ./output/outas86.mac
+ * ./output/outbin.mac
+ * ./output/outcoff.mac
+ * ./output/outdbg.mac
+ * ./output/outelf.mac
+ * ./output/outmacho.mac
+ * ./output/outobj.mac
+ * ./output/outrdf2.mac
+ * ./output/outrdf.mac
+ */
+
+#include "tables.h"
+#include "nasmlib.h"
+#include "hashtbl.h"
+#include "outform.h"
+
+
+#if 1
+const unsigned char nasm_stdmac_version[] = {
+ /* From version.mac */
+ /* 0 */ 195,'_','_','N','A','S','M','_','M','A','J','O','R','_','_',' ','2',0,
+ /* 18 */ 195,'_','_','N','A','S','M','_','M','I','N','O','R','_','_',' ','1','4',0,
+ /* 37 */ 195,'_','_','N','A','S','M','_','S','U','B','M','I','N','O','R','_','_',' ','9','9',0,
+ /* 59 */ 195,'_','_','N','A','S','M','_','P','A','T','C','H','L','E','V','E','L','_','_',' ','9','0',0,
+ /* 83 */ 195,'_','_','N','A','S','M','_','V','E','R','S','I','O','N','_','I','D','_','_',' ','0','0','2','0','E','6','3','5','A','h',0,
+ /* 115 */ 195,'_','_','N','A','S','M','_','V','E','R','_','_',' ', 34,'2','.','1','5','r','c','0', 34,0,
+ /* 139 */ 0
+};
+#endif
+
+#if 1
+static const unsigned char nasm_usemac_altreg[] = {
+ /* From ./macros/altreg.mac */
+ /* 0 */ 195,'_','_','U','S','E','_','A','L','T','R','E','G','_','_',0,
+ /* 16 */ 209,'r','8','l',' ','r','8','b',0,
+ /* 26 */ 209,'r','9','l',' ','r','9','b',0,
+ /* 36 */ 209,'r','1','0','l',' ','r','1','0','b',0,
+ /* 47 */ 209,'r','1','1','l',' ','r','1','1','b',0,
+ /* 58 */ 209,'r','1','2','l',' ','r','1','2','b',0,
+ /* 69 */ 209,'r','1','3','l',' ','r','1','3','b',0,
+ /* 80 */ 209,'r','1','4','l',' ','r','1','4','b',0,
+ /* 91 */ 209,'r','1','5','l',' ','r','1','5','b',0,
+ /* 102 */ 209,'r','0',' ','r','a','x',0,
+ /* 111 */ 209,'r','1',' ','r','c','x',0,
+ /* 120 */ 209,'r','2',' ','r','d','x',0,
+ /* 129 */ 209,'r','3',' ','r','b','x',0,
+ /* 138 */ 209,'r','4',' ','r','s','p',0,
+ /* 147 */ 209,'r','5',' ','r','b','p',0,
+ /* 156 */ 209,'r','6',' ','r','s','i',0,
+ /* 165 */ 209,'r','7',' ','r','d','i',0,
+ /* 174 */ 209,'r','0','d',' ','e','a','x',0,
+ /* 183 */ 209,'r','1','d',' ','e','c','x',0,
+ /* 192 */ 209,'r','2','d',' ','e','d','x',0,
+ /* 201 */ 209,'r','3','d',' ','e','b','x',0,
+ /* 210 */ 209,'r','4','d',' ','e','s','p',0,
+ /* 219 */ 209,'r','5','d',' ','e','b','p',0,
+ /* 228 */ 209,'r','6','d',' ','e','s','i',0,
+ /* 237 */ 209,'r','7','d',' ','e','d','i',0,
+ /* 246 */ 209,'r','0','w',' ','a','x',0,
+ /* 254 */ 209,'r','1','w',' ','c','x',0,
+ /* 262 */ 209,'r','2','w',' ','d','x',0,
+ /* 270 */ 209,'r','3','w',' ','b','x',0,
+ /* 278 */ 209,'r','4','w',' ','s','p',0,
+ /* 286 */ 209,'r','5','w',' ','b','p',0,
+ /* 294 */ 209,'r','6','w',' ','s','i',0,
+ /* 302 */ 209,'r','7','w',' ','d','i',0,
+ /* 310 */ 209,'r','0','b',' ','a','l',0,
+ /* 318 */ 209,'r','1','b',' ','c','l',0,
+ /* 326 */ 209,'r','2','b',' ','d','l',0,
+ /* 334 */ 209,'r','3','b',' ','b','l',0,
+ /* 342 */ 209,'r','4','b',' ','s','p','l',0,
+ /* 351 */ 209,'r','5','b',' ','b','p','l',0,
+ /* 360 */ 209,'r','6','b',' ','s','i','l',0,
+ /* 369 */ 209,'r','7','b',' ','d','i','l',0,
+ /* 378 */ 209,'r','0','l',' ','a','l',0,
+ /* 386 */ 209,'r','1','l',' ','c','l',0,
+ /* 394 */ 209,'r','2','l',' ','d','l',0,
+ /* 402 */ 209,'r','3','l',' ','b','l',0,
+ /* 410 */ 209,'r','4','l',' ','s','p','l',0,
+ /* 419 */ 209,'r','5','l',' ','b','p','l',0,
+ /* 428 */ 209,'r','6','l',' ','s','i','l',0,
+ /* 437 */ 209,'r','7','l',' ','d','i','l',0,
+ /* 446 */ 209,'r','0','h',' ','a','h',0,
+ /* 454 */ 209,'r','1','h',' ','c','h',0,
+ /* 462 */ 209,'r','2','h',' ','d','h',0,
+ /* 470 */ 209,'r','3','h',' ','b','h',0,
+ /* 478 */ 0
+};
+#endif
+
+#if 1
+static const unsigned char nasm_usemac_fp[] = {
+ /* From ./macros/fp.mac */
+ /* 0 */ 195,'_','_','U','S','E','_','F','P','_','_',0,
+ /* 12 */ 195,'I','n','f',' ','_','_','I','n','f','i','n','i','t','y','_','_',0,
+ /* 31 */ 195,'N','a','N',' ','_','_','Q','N','a','N','_','_',0,
+ /* 46 */ 195,'Q','N','a','N',' ','_','_','Q','N','a','N','_','_',0,
+ /* 62 */ 195,'S','N','a','N',' ','_','_','S','N','a','N','_','_',0,
+ /* 78 */ 195,'f','l','o','a','t','8','(','x',')',' ','_','_','f','l','o','a','t','8','_','_','(','x',')',0,
+ /* 103 */ 195,'f','l','o','a','t','1','6','(','x',')',' ','_','_','f','l','o','a','t','1','6','_','_','(','x',')',0,
+ /* 130 */ 195,'f','l','o','a','t','3','2','(','x',')',' ','_','_','f','l','o','a','t','3','2','_','_','(','x',')',0,
+ /* 157 */ 195,'f','l','o','a','t','6','4','(','x',')',' ','_','_','f','l','o','a','t','6','4','_','_','(','x',')',0,
+ /* 184 */ 195,'f','l','o','a','t','8','0','m','(','x',')',' ','_','_','f','l','o','a','t','8','0','m','_','_','(','x',')',0,
+ /* 213 */ 195,'f','l','o','a','t','8','0','e','(','x',')',' ','_','_','f','l','o','a','t','8','0','e','_','_','(','x',')',0,
+ /* 242 */ 195,'f','l','o','a','t','1','2','8','l','(','x',')',' ','_','_','f','l','o','a','t','1','2','8','l','_','_','(','x',')',0,
+ /* 273 */ 195,'f','l','o','a','t','1','2','8','h','(','x',')',' ','_','_','f','l','o','a','t','1','2','8','h','_','_','(','x',')',0,
+ /* 304 */ 0
+};
+#endif
+
+#if 1
+static const unsigned char nasm_usemac_ifunc[] = {
+ /* From ./macros/ifunc.mac */
+ /* 0 */ 195,'_','_','U','S','E','_','I','F','U','N','C','_','_',0,
+ /* 15 */ 209,'i','l','o','g','2','(','x',')',' ','(','_','_','i','l','o','g','2','e','_','_','(','x',')',')',0,
+ /* 41 */ 209,'i','l','o','g','2','e','(','x',')',' ','(','_','_','i','l','o','g','2','e','_','_','(','x',')',')',0,
+ /* 68 */ 209,'i','l','o','g','2','w','(','x',')',' ','(','_','_','i','l','o','g','2','w','_','_','(','x',')',')',0,
+ /* 95 */ 209,'i','l','o','g','2','f','w','(','x',')',' ','(','_','_','i','l','o','g','2','w','_','_','(','x',')',')',0,
+ /* 123 */ 209,'i','l','o','g','2','f','(','x',')',' ','(','_','_','i','l','o','g','2','f','_','_','(','x',')',')',0,
+ /* 150 */ 209,'i','l','o','g','2','c','w','(','x',')',' ','(','_','_','i','l','o','g','2','w','_','_','(','x',')',' ','*',' ','0',' ','+',' ','_','_','i','l','o','g','2','c','_','_','(','x',')',')',0,
+ /* 198 */ 209,'i','l','o','g','2','c','(','x',')',' ','(','_','_','i','l','o','g','2','c','_','_','(','x',')',')',0,
+ /* 225 */ 0
+};
+#endif
+
+#if 1
+static const unsigned char nasm_usemac_smartalign[] = {
+ /* From ./macros/smartalign.mac */
+ /* 0 */ 195,'_','_','U','S','E','_','S','M','A','R','T','A','L','I','G','N','_','_',0,
+ /* 20 */ 212,'a','l','i','g','n','m','o','d','e',' ','1','-','2','.','n','o','l','i','s','t',0,
+ /* 42 */ 174,'%','1',',','n','o','p',0,
+ /* 50 */ 195,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','1','6',0,
+ /* 78 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 103 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','G','R','O','U','P','_','_',' ','1',0,
+ /* 128 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 153 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','G','R','O','U','P','_','_',' ','1',0,
+ /* 178 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 203 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','1',0,
+ /* 228 */ 142,'%','1',',','g','e','n','e','r','i','c',0,
+ /* 240 */ 195,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','8',0,
+ /* 267 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 292 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','2','B','_','_',' ','0','x','8','9',',','0','x','f','6',0,
+ /* 322 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','3','B','_','_',' ','0','x','8','d',',','0','x','7','4',',','0','x','0','0',0,
+ /* 357 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','4','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','0','0',',','0','x','0','0',0,
+ /* 397 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','5','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','0','0',',','0','x','0','0',',','0','x','9','0',0,
+ /* 442 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','6','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','0','0',',','0','x','0','0',',','0','x','8','9',',','0','x','f','f',0,
+ /* 492 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','7','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','0','0',',','0','x','0','0',',','0','x','8','d',',','0','x','7','d',',','0','x','0','0',0,
+ /* 547 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','8','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','0','0',',','0','x','0','0',',','0','x','8','d',',','0','x','b','d',',','0','x','0','0',',','0','x','0','0',0,
+ /* 607 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','G','R','O','U','P','_','_',' ','8',0,
+ /* 632 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 657 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','2','B','_','_',' ','0','x','8','9',',','0','x','f','6',0,
+ /* 687 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','3','B','_','_',' ','0','x','8','d',',','0','x','7','6',',','0','x','0','0',0,
+ /* 722 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','4','B','_','_',' ','0','x','8','d',',','0','x','7','4',',','0','x','2','6',',','0','x','0','0',0,
+ /* 762 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','5','B','_','_',' ','0','x','9','0',',','0','x','8','d',',','0','x','7','4',',','0','x','2','6',',','0','x','0','0',0,
+ /* 807 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','6','B','_','_',' ','0','x','8','d',',','0','x','b','6',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 857 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','7','B','_','_',' ','0','x','8','d',',','0','x','b','4',',','0','x','2','6',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 912 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','G','R','O','U','P','_','_',' ','7',0,
+ /* 937 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 962 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 992 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1027 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1067 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 1092 */ 142,'%','1',',','k','8',0,
+ /* 1099 */ 195,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','1','6',0,
+ /* 1127 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 1152 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 1182 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1217 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1257 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 1282 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 1307 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 1337 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1372 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1412 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 1437 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 1462 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 1492 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1527 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1567 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 1592 */ 142,'%','1',',','k','7',0,
+ /* 1599 */ 195,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','1','6',0,
+ /* 1627 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 1652 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 1682 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1717 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 1757 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 1782 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 1807 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','2','B','_','_',' ','0','x','8','b',',','0','x','c','0',0,
+ /* 1837 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','3','B','_','_',' ','0','x','8','d',',','0','x','0','4',',','0','x','2','0',0,
+ /* 1872 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','4','B','_','_',' ','0','x','8','d',',','0','x','4','4',',','0','x','2','0',',','0','x','0','0',0,
+ /* 1912 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','5','B','_','_',' ','0','x','8','d',',','0','x','4','4',',','0','x','2','0',',','0','x','0','0',',','0','x','9','0',0,
+ /* 1957 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','6','B','_','_',' ','0','x','8','d',',','0','x','8','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2007 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','7','B','_','_',' ','0','x','8','d',',','0','x','0','4',',','0','x','0','5',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2062 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','G','R','O','U','P','_','_',' ','7',0,
+ /* 2087 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 2112 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 2142 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','3','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 2177 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','4','B','_','_',' ','0','x','6','6',',','0','x','6','6',',','0','x','6','6',',','0','x','9','0',0,
+ /* 2217 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 2242 */ 142,'%','1',',','p','6',0,
+ /* 2249 */ 195,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','1','6',0,
+ /* 2277 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 2302 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 2332 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','3','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','0','0',0,
+ /* 2367 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','4','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','4','0',',','0','x','0','0',0,
+ /* 2407 */ 195,'_','_','A','L','I','G','N','_','1','6','B','I','T','_','G','R','O','U','P','_','_',' ','4',0,
+ /* 2432 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 2457 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 2487 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','3','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','0','0',0,
+ /* 2522 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','4','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','4','0',',','0','x','0','0',0,
+ /* 2562 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','5','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','4','4',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2607 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','6','B','_','_',' ','0','x','6','6',',','0','x','0','f',',','0','x','1','f',',','0','x','4','4',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2657 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','7','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','8','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2712 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','8','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','8','4',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2772 */ 195,'_','_','A','L','I','G','N','_','3','2','B','I','T','_','G','R','O','U','P','_','_',' ','8',0,
+ /* 2797 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','1','B','_','_',' ','0','x','9','0',0,
+ /* 2822 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','2','B','_','_',' ','0','x','6','6',',','0','x','9','0',0,
+ /* 2852 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','3','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','0','0',0,
+ /* 2887 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','4','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','4','0',',','0','x','0','0',0,
+ /* 2927 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','5','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','4','4',',','0','x','0','0',',','0','x','0','0',0,
+ /* 2972 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','6','B','_','_',' ','0','x','6','6',',','0','x','0','f',',','0','x','1','f',',','0','x','4','4',',','0','x','0','0',',','0','x','0','0',0,
+ /* 3022 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','7','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','8','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 3077 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','8','B','_','_',' ','0','x','0','f',',','0','x','1','f',',','0','x','8','4',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',',','0','x','0','0',0,
+ /* 3137 */ 195,'_','_','A','L','I','G','N','_','6','4','B','I','T','_','G','R','O','U','P','_','_',' ','8',0,
+ /* 3162 */ 199,0,
+ /* 3164 */ 204,'u','n','k','n','o','w','n',' ','a','l','i','g','n','m','e','n','t',' ','m','o','d','e',':',' ','%','1',0,
+ /* 3192 */ 200,0,
+ /* 3194 */ 167,'%','2',0,
+ /* 3198 */ 174,'%','2',',','n','o','j','m','p',0,
+ /* 3208 */ 236,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','-','1',0,
+ /* 3236 */ 199,0,
+ /* 3238 */ 236,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','%','2',0,
+ /* 3266 */ 200,0,
+ /* 3268 */ 200,0,
+ /* 3270 */ 236,'_','_','A','L','I','G','N','M','O','D','E','_','_',' ','%','1',',','_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',0,
+ /* 3312 */ 202,0,
+ /* 3314 */ 232,'a','l','i','g','n',' ','1','-','2','+','.','n','o','l','i','s','t',0,
+ /* 3333 */ 212,'a','l','i','g','n',' ','1','-','2','+','.','n','o','l','i','s','t',0,
+ /* 3352 */ 's','e','c','t','a','l','i','g','n',' ','%','1',0,
+ /* 3365 */ 167,'%','2',0,
+ /* 3369 */ 't','i','m','e','s',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',' ','%','2',0,
+ /* 3412 */ 128,'_','_','P','A','S','S','_','_',' ','=','=',' ','0',' ','|','|',' ','_','_','P','A','S','S','_','_',' ','=','=',' ','3',0,
+ /* 3444 */ 't','i','m','e','s',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',' ','n','o','p',0,
+ /* 3488 */ 199,0,
+ /* 3490 */ 222,0,
+ /* 3492 */ 193,'%','$','p','a','d',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',0,
+ /* 3533 */ 160,'_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',' ','!','=',' ','-','1',' ','&','&',' ','%','$','p','a','d',' ','>',' ','_','_','A','L','I','G','N','_','J','M','P','_','T','H','R','E','S','H','O','L','D','_','_',0,
+ /* 3599 */ 'j','m','p',' ','%','$','e','n','d',0,
+ /* 3609 */ 't','i','m','e','s',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',' ','n','o','p',0,
+ /* 3653 */ 199,0,
+ /* 3655 */ 't','i','m','e','s',' ','(','%','$','p','a','d',' ','/',' ','_','_','A','L','I','G','N','_','%','[','_','_','B','I','T','S','_','_',']','B','I','T','_','G','R','O','U','P','_','_',')',' ','d','b',' ','_','_','A','L','I','G','N','_','%','[','_','_','B','I','T','S','_','_',']','B','I','T','_','%','[','_','_','A','L','I','G','N','_','%','[','_','_','B','I','T','S','_','_',']','B','I','T','_','G','R','O','U','P','_','_',']','B','_','_',0,
+ /* 3773 */ 193,'%','$','p','a','d',' ','%','$','p','a','d',' ','%',' ','_','_','A','L','I','G','N','_','%','[','_','_','B','I','T','S','_','_',']','B','I','T','_','G','R','O','U','P','_','_',0,
+ /* 3819 */ 160,'%','$','p','a','d',' ','>',' ','0',0,
+ /* 3830 */ 'd','b',' ','_','_','A','L','I','G','N','_','%','[','_','_','B','I','T','S','_','_',']','B','I','T','_','%','[','%','$','p','a','d',']','B','_','_',0,
+ /* 3868 */ 200,0,
+ /* 3870 */ 200,0,
+ /* 3872 */ '%','$','e','n','d',':',0,
+ /* 3879 */ 220,0,
+ /* 3881 */ 200,0,
+ /* 3883 */ 202,0,
+ /* 3885 */ 'a','l','i','g','n','m','o','d','e',' ','g','e','n','e','r','i','c',0,
+ /* 3903 */ 0
+};
+#endif
+
+#if 1
+const unsigned char nasm_stdmac_tasm[] = {
+ /* From ./macros/standard.mac */
+ /* 0 */ 209,'I','D','E','A','L',0,
+ /* 7 */ 209,'J','U','M','P','S',0,
+ /* 14 */ 209,'P','3','8','6',0,
+ /* 20 */ 209,'P','4','8','6',0,
+ /* 26 */ 209,'P','5','8','6',0,
+ /* 32 */ 209,'E','N','D',0,
+ /* 37 */ 0
+};
+#endif
+
+#if 1
+const unsigned char nasm_stdmac_nasm[] = {
+ /* From ./macros/standard.mac */
+ /* 0 */ 195,'_','_','F','I','L','E','_','_',0,
+ /* 10 */ 195,'_','_','L','I','N','E','_','_',0,
+ /* 20 */ 195,'_','_','B','I','T','S','_','_',0,
+ /* 30 */ 195,'_','_','S','E','C','T','_','_',0,
+ /* 40 */ 212,'s','e','c','t','i','o','n',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 59 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','%','1',']',0,
+ /* 82 */ '_','_','S','E','C','T','_','_',0,
+ /* 91 */ 202,0,
+ /* 93 */ 212,'s','e','g','m','e','n','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 112 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','g','m','e','n','t',' ','%','1',']',0,
+ /* 135 */ '_','_','S','E','C','T','_','_',0,
+ /* 144 */ 202,0,
+ /* 146 */ 195,'_','_','S','E','C','T','A','L','I','G','N','_','A','L','I','G','N','_','U','P','D','A','T','E','S','_','S','E','C','T','I','O','N','_','_',' ','1',0,
+ /* 185 */ 212,'s','e','c','t','a','l','i','g','n',' ','1','.','n','o','l','i','s','t',0,
+ /* 205 */ 178,'%','1',0,
+ /* 209 */ 160,'_','_','S','E','C','T','A','L','I','G','N','_','A','L','I','G','N','_','U','P','D','A','T','E','S','_','S','E','C','T','I','O','N','_','_',' ','=',' ','1',0,
+ /* 250 */ '[','s','e','c','t','a','l','i','g','n',' ','%','1',']',0,
+ /* 265 */ 200,0,
+ /* 267 */ 199,0,
+ /* 269 */ 174,'%','1',',','o','f','f',0,
+ /* 277 */ 195,'_','_','S','E','C','T','A','L','I','G','N','_','A','L','I','G','N','_','U','P','D','A','T','E','S','_','S','E','C','T','I','O','N','_','_',' ','0',0,
+ /* 316 */ 142,'%','1',',','o','n',0,
+ /* 323 */ 195,'_','_','S','E','C','T','A','L','I','G','N','_','A','L','I','G','N','_','U','P','D','A','T','E','S','_','S','E','C','T','I','O','N','_','_',' ','1',0,
+ /* 362 */ 200,0,
+ /* 364 */ 200,0,
+ /* 366 */ 202,0,
+ /* 368 */ 212,'a','b','s','o','l','u','t','e',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 388 */ 195,'_','_','S','E','C','T','_','_',' ','[','a','b','s','o','l','u','t','e',' ','%','1',']',0,
+ /* 412 */ '_','_','S','E','C','T','_','_',0,
+ /* 421 */ 202,0,
+ /* 423 */ 212,'s','t','r','u','c',' ','1','-','2','.','n','o','l','i','s','t',' ','0',0,
+ /* 443 */ 222,0,
+ /* 445 */ 195,'%','$','s','t','r','u','c','n','a','m','e',' ','%','1',0,
+ /* 461 */ '[','a','b','s','o','l','u','t','e',' ','%','2',']',0,
+ /* 475 */ '%','$','s','t','r','u','c','n','a','m','e',':',0,
+ /* 488 */ 202,0,
+ /* 490 */ 212,'e','n','d','s','t','r','u','c',' ','0','.','n','o','l','i','s','t',0,
+ /* 509 */ '%','{','$','s','t','r','u','c','n','a','m','e','}','_','s','i','z','e',' ','e','q','u',' ','(','$','-','%','$','s','t','r','u','c','n','a','m','e',')',0,
+ /* 548 */ 220,0,
+ /* 550 */ '_','_','S','E','C','T','_','_',0,
+ /* 559 */ 202,0,
+ /* 561 */ 212,'i','s','t','r','u','c',' ','1','.','n','o','l','i','s','t',0,
+ /* 578 */ 222,0,
+ /* 580 */ 195,'%','$','s','t','r','u','c','n','a','m','e',' ','%','1',0,
+ /* 596 */ '%','$','s','t','r','u','c','s','t','a','r','t',':',0,
+ /* 610 */ 202,0,
+ /* 612 */ 212,'a','t',' ','1','-','2','+','.','n','o','l','i','s','t',0,
+ /* 628 */ 't','i','m','e','s',' ','(','%','1','-','%','$','s','t','r','u','c','n','a','m','e',')','-','(','$','-','%','$','s','t','r','u','c','s','t','a','r','t',')',' ','d','b',' ','0',0,
+ /* 673 */ '%','2',0,
+ /* 676 */ 202,0,
+ /* 678 */ 212,'i','e','n','d',' ','0','.','n','o','l','i','s','t',0,
+ /* 693 */ 't','i','m','e','s',' ','%','{','$','s','t','r','u','c','n','a','m','e','}','_','s','i','z','e','-','(','$','-','%','$','s','t','r','u','c','s','t','a','r','t',')',' ','d','b',' ','0',0,
+ /* 740 */ 220,0,
+ /* 742 */ 202,0,
+ /* 744 */ 212,'a','l','i','g','n',' ','1','-','2','+','.','n','o','l','i','s','t',' ','n','o','p',0,
+ /* 767 */ 's','e','c','t','a','l','i','g','n',' ','%','1',0,
+ /* 780 */ 't','i','m','e','s',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',' ','%','2',0,
+ /* 823 */ 202,0,
+ /* 825 */ 212,'a','l','i','g','n','b',' ','1','-','2','+','.','n','o','l','i','s','t',0,
+ /* 845 */ 's','e','c','t','a','l','i','g','n',' ','%','1',0,
+ /* 858 */ 166,'%','2',0,
+ /* 862 */ 'r','e','s','b',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',0,
+ /* 901 */ 199,0,
+ /* 903 */ 't','i','m','e','s',' ','(','(','(','%','1',')',' ','-',' ','(','(','$','-','$','$',')',' ','%',' ','(','%','1',')',')',')',' ','%',' ','(','%','1',')',')',' ','%','2',0,
+ /* 946 */ 200,0,
+ /* 948 */ 202,0,
+ /* 950 */ 212,'b','i','t','s',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 966 */ '[','b','i','t','s',' ','%','1',']',0,
+ /* 976 */ 202,0,
+ /* 978 */ 212,'u','s','e','1','6',' ','0','.','n','o','l','i','s','t',0,
+ /* 994 */ '[','b','i','t','s',' ','1','6',']',0,
+ /* 1004 */ 202,0,
+ /* 1006 */ 212,'u','s','e','3','2',' ','0','.','n','o','l','i','s','t',0,
+ /* 1022 */ '[','b','i','t','s',' ','3','2',']',0,
+ /* 1032 */ 202,0,
+ /* 1034 */ 212,'u','s','e','6','4',' ','0','.','n','o','l','i','s','t',0,
+ /* 1050 */ '[','b','i','t','s',' ','6','4',']',0,
+ /* 1060 */ 202,0,
+ /* 1062 */ 212,'e','x','t','e','r','n',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 1081 */ 223,'%','0',0,
+ /* 1085 */ '[','e','x','t','e','r','n',' ','%','1',']',0,
+ /* 1097 */ 226,'1',0,
+ /* 1100 */ 203,0,
+ /* 1102 */ 202,0,
+ /* 1104 */ 212,'s','t','a','t','i','c',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 1123 */ 223,'%','0',0,
+ /* 1127 */ '[','s','t','a','t','i','c',' ','%','1',']',0,
+ /* 1139 */ 226,'1',0,
+ /* 1142 */ 203,0,
+ /* 1144 */ 202,0,
+ /* 1146 */ 212,'g','l','o','b','a','l',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 1165 */ 223,'%','0',0,
+ /* 1169 */ '[','g','l','o','b','a','l',' ','%','1',']',0,
+ /* 1181 */ 226,'1',0,
+ /* 1184 */ 203,0,
+ /* 1186 */ 202,0,
+ /* 1188 */ 212,'c','o','m','m','o','n',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 1207 */ 223,'%','0',0,
+ /* 1211 */ '[','c','o','m','m','o','n',' ','%','1',']',0,
+ /* 1223 */ 226,'1',0,
+ /* 1226 */ 203,0,
+ /* 1228 */ 202,0,
+ /* 1230 */ 212,'c','p','u',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 1245 */ '[','c','p','u',' ','%','1',']',0,
+ /* 1254 */ 202,0,
+ /* 1256 */ 195,'_','_','F','L','O','A','T','_','D','A','Z','_','_',' ','n','o','d','a','z',0,
+ /* 1277 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','n','e','a','r',0,
+ /* 1299 */ 195,'_','_','F','L','O','A','T','_','_',' ','_','_','F','L','O','A','T','_','D','A','Z','_','_',',','_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',0,
+ /* 1340 */ 212,'f','l','o','a','t',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 1358 */ 223,'%','0',0,
+ /* 1362 */ '[','f','l','o','a','t',' ','%','1',']',0,
+ /* 1373 */ 174,'%','1',',','d','a','z',0,
+ /* 1381 */ 195,'_','_','F','L','O','A','T','_','D','A','Z','_','_',' ','d','a','z',0,
+ /* 1400 */ 142,'%','1',',','n','o','d','a','z',0,
+ /* 1410 */ 195,'_','_','F','L','O','A','T','_','D','A','Z','_','_',' ','n','o','d','a','z',0,
+ /* 1431 */ 142,'%','1',',','n','e','a','r',0,
+ /* 1440 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','n','e','a','r',0,
+ /* 1462 */ 142,'%','1',',','u','p',0,
+ /* 1469 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','u','p',0,
+ /* 1489 */ 142,'%','1',',','d','o','w','n',0,
+ /* 1498 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','d','o','w','n',0,
+ /* 1520 */ 142,'%','1',',','z','e','r','o',0,
+ /* 1529 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','z','e','r','o',0,
+ /* 1551 */ 142,'%','1',',','d','e','f','a','u','l','t',0,
+ /* 1563 */ 195,'_','_','F','L','O','A','T','_','D','A','Z','_','_',' ','n','o','d','a','z',0,
+ /* 1584 */ 195,'_','_','F','L','O','A','T','_','R','O','U','N','D','_','_',' ','n','e','a','r',0,
+ /* 1606 */ 200,0,
+ /* 1608 */ 226,'1',0,
+ /* 1611 */ 203,0,
+ /* 1613 */ 202,0,
+ /* 1615 */ 212,'d','e','f','a','u','l','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 1634 */ '[','d','e','f','a','u','l','t',' ','%','1',']',0,
+ /* 1647 */ 202,0,
+ /* 1649 */ 212,'u','s','e','r','e','l',' ','0','.','n','o','l','i','s','t',0,
+ /* 1666 */ '[','d','e','f','a','u','l','t',' ','r','e','l',']',0,
+ /* 1680 */ 202,0,
+ /* 1682 */ 212,'u','s','e','a','b','s',' ','0','.','n','o','l','i','s','t',0,
+ /* 1699 */ '[','d','e','f','a','u','l','t',' ','a','b','s',']',0,
+ /* 1713 */ 202,0,
+ /* 1715 */ 212,'u','s','e','b','n','d',' ','0','.','n','o','l','i','s','t',0,
+ /* 1732 */ '[','d','e','f','a','u','l','t',' ','b','n','d',']',0,
+ /* 1746 */ 202,0,
+ /* 1748 */ 212,'u','s','e','n','o','b','n','d',' ','0','.','n','o','l','i','s','t',0,
+ /* 1767 */ '[','d','e','f','a','u','l','t',' ','n','o','b','n','d',']',0,
+ /* 1783 */ 202,0,
+ /* 1785 */ 212,'i','n','c','b','i','n',' ','1','-','2','+','.','n','o','l','i','s','t',' ','0',0,
+ /* 1807 */ 222,0,
+ /* 1809 */ 219,'%','$','d','e','p',' ','%','1',0,
+ /* 1819 */ 198,'%','$','d','e','p',0,
+ /* 1826 */ '%','?',' ','%','$','d','e','p',',','%','2',0,
+ /* 1838 */ 220,0,
+ /* 1840 */ 202,0,
+ /* 1842 */ 0
+};
+#endif
+
+#if defined(OF_AOUT) || defined(OF_AOUTB)
+const unsigned char aout_stdmac[] = {
+ /* From ./output/outaout.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 44 */ 202,0,
+ /* 46 */ 0
+};
+#endif
+
+#if defined(OF_AS86)
+const unsigned char as86_stdmac[] = {
+ /* From ./output/outas86.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 44 */ 202,0,
+ /* 46 */ 0
+};
+#endif
+
+#if defined(OF_BIN)
+const unsigned char bin_stdmac[] = {
+ /* From ./output/outbin.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 212,'o','r','g',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 41 */ '[','o','r','g',' ','%','1',']',0,
+ /* 50 */ 202,0,
+ /* 52 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 70 */ 202,0,
+ /* 72 */ 0
+};
+#endif
+
+#if defined(OF_COFF) || defined(OF_WIN32) || defined(OF_WIN64)
+const unsigned char coff_stdmac[] = {
+ /* From ./output/outcoff.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 44 */ 202,0,
+ /* 46 */ 212,'e','x','p','o','r','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 64 */ '[','e','x','p','o','r','t',' ','%','1',']',0,
+ /* 76 */ 202,0,
+ /* 78 */ 212,'s','a','f','e','s','e','h',' ','1','.','n','o','l','i','s','t',0,
+ /* 96 */ '[','s','a','f','e','s','e','h',' ','%','1',']',0,
+ /* 109 */ 202,0,
+ /* 111 */ 0
+};
+#endif
+
+#if defined(OF_DBG)
+const unsigned char dbg_stdmac[] = {
+ /* From ./output/outdbg.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 212,'g','r','o','u','p',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 43 */ '[','g','r','o','u','p',' ','%','1',']',0,
+ /* 54 */ 202,0,
+ /* 56 */ 212,'u','p','p','e','r','c','a','s','e',' ','0','+','.','n','o','l','i','s','t',0,
+ /* 77 */ 221,'d','b','g',' ','u','p','p','e','r','c','a','s','e',' ','%','1',0,
+ /* 95 */ 202,0,
+ /* 97 */ 212,'e','x','p','o','r','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 115 */ 221,'d','b','g',' ','e','x','p','o','r','t',' ','%','1',0,
+ /* 130 */ 202,0,
+ /* 132 */ 212,'i','m','p','o','r','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 150 */ 221,'d','b','g',' ','i','m','p','o','r','t',' ','%','1',0,
+ /* 165 */ 202,0,
+ /* 167 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 185 */ 202,0,
+ /* 187 */ 0
+};
+#endif
+
+#if defined(OF_ELF) || defined(OF_ELF32) || defined(OF_ELF64)
+const unsigned char elf_stdmac[] = {
+ /* From ./output/outelf.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 44 */ 195,'$','_','%','1',' ','$','%','1',0,
+ /* 54 */ 202,0,
+ /* 56 */ 212,'o','s','a','b','i',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 73 */ '[','%','?',' ','%','1',']',0,
+ /* 81 */ 202,0,
+ /* 83 */ 0
+};
+#endif
+
+#if defined(OF_MACHO) || defined(OF_MACHO32) || defined(OF_MACHO64)
+const unsigned char macho_stdmac[] = {
+ /* From ./output/outmacho.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 44 */ 202,0,
+ /* 46 */ 212,'s','u','b','s','e','c','t','i','o','n','s','_','v','i','a','_','s','y','m','b','o','l','s',' ','0','.','n','o','l','i','s','t',0,
+ /* 80 */ 221,'_','_','O','U','T','P','U','T','_','F','O','R','M','A','T','_','_',' ','%','?',0,
+ /* 102 */ 202,0,
+ /* 104 */ 212,'n','o','_','d','e','a','d','_','s','t','r','i','p',' ','1','-','*','.','n','o','l','i','s','t',0,
+ /* 130 */ 223,'%','0',0,
+ /* 134 */ 221,'_','_','O','U','T','P','U','T','_','F','O','R','M','A','T','_','_',' ','%','?',' ','%','1',0,
+ /* 159 */ 226,'1',0,
+ /* 162 */ 203,0,
+ /* 164 */ 202,0,
+ /* 166 */ 0
+};
+#endif
+
+#if defined(OF_OBJ)
+const unsigned char obj_stdmac[] = {
+ /* From ./output/outobj.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 212,'g','r','o','u','p',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 43 */ '[','g','r','o','u','p',' ','%','1',']',0,
+ /* 54 */ 202,0,
+ /* 56 */ 212,'u','p','p','e','r','c','a','s','e',' ','0','+','.','n','o','l','i','s','t',0,
+ /* 77 */ '[','u','p','p','e','r','c','a','s','e',' ','%','1',']',0,
+ /* 92 */ 202,0,
+ /* 94 */ 212,'e','x','p','o','r','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 112 */ '[','e','x','p','o','r','t',' ','%','1',']',0,
+ /* 124 */ 202,0,
+ /* 126 */ 212,'i','m','p','o','r','t',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 144 */ '[','i','m','p','o','r','t',' ','%','1',']',0,
+ /* 156 */ 202,0,
+ /* 158 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 176 */ 202,0,
+ /* 178 */ 0
+};
+#endif
+
+#if defined(OF_RDF2)
+const unsigned char rdf2_stdmac[] = {
+ /* From ./output/outrdf2.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 212,'l','i','b','r','a','r','y',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 45 */ '[','l','i','b','r','a','r','y',' ','%','1',']',0,
+ /* 58 */ 202,0,
+ /* 60 */ 212,'m','o','d','u','l','e',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 78 */ '[','m','o','d','u','l','e',' ','%','1',']',0,
+ /* 90 */ 202,0,
+ /* 92 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 110 */ 202,0,
+ /* 112 */ 0
+};
+#endif
+
+#if defined(OF_RDF)
+const unsigned char rdf_stdmac[] = {
+ /* From ./output/outrdf.mac */
+ /* 0 */ 195,'_','_','S','E','C','T','_','_',' ','[','s','e','c','t','i','o','n',' ','.','t','e','x','t',']',0,
+ /* 26 */ 212,'l','i','b','r','a','r','y',' ','1','+','.','n','o','l','i','s','t',0,
+ /* 45 */ '[','l','i','b','r','a','r','y',' ','%','1',']',0,
+ /* 58 */ 202,0,
+ /* 60 */ 218,'_','_','N','A','S','M','_','C','D','e','c','l','_','_',' ','1',0,
+ /* 78 */ 202,0,
+ /* 80 */ 0
+};
+#endif
+const unsigned char *nasm_stdmac_find_package(const char *package)
+{
+ static const struct {
+ const char *package;
+ const unsigned char *macros;
+ } packages[4] = {
+ { "altreg", nasm_usemac_altreg },
+ { "fp", nasm_usemac_fp },
+ { "ifunc", nasm_usemac_ifunc },
+ { "smartalign", nasm_usemac_smartalign },
+ };
+#define UNUSED (65535/3)
+ static const int16_t hash1[4] = {
+ 0,
+ 0,
+ 2,
+ -1,
+ };
+ static const int16_t hash2[4] = {
+ 1,
+ 2,
+ UNUSED,
+ UNUSED,
+ };
+ uint32_t k1, k2;
+ uint64_t crc;
+ uint16_t ix;
+
+ crc = crc64i(UINT64_C(0x076259c3e291c26c), package);
+ k1 = (uint32_t)crc;
+ k2 = (uint32_t)(crc >> 32);
+
+ ix = hash1[k1 & 0x3] + hash2[k2 & 0x3];
+ if (ix >= 4)
+ return NULL;
+
+ if (nasm_stricmp(packages[ix].package, package))
+ return NULL;
+
+ return packages[ix].macros;
+}