1 /* codevars.c */
2 /*****************************************************************************/
3 /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
4 /*                                                                           */
5 /* AS-Portierung                                                             */
6 /*                                                                           */
7 /* Gemeinsame Variablen aller Codegeneratoren                                */
8 /*                                                                           */
9 /* Historie: 26.5.1997 Grundsteinlegung                                      */
10 /*                                                                           */
11 /*****************************************************************************/
12 
13 #include "stdinc.h"
14 
15 #include "asmitree.h"
16 
17 int InstrZ;
18 int AdrCnt;
19 PInstTable InstTable;
20