?pathlinks? – Rev 1126
Blame |
Last modification |
View Log
| Download
| RSS feed
| ?url?
/* codevars.c */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* Gemeinsame Variablen aller Codegeneratoren */
/* */
/* Historie: 26.5.1997 Grundsteinlegung */
/* */
/*****************************************************************************/
#include "stdinc.h"
#include "asmitree.h"
int InstrZ;
int AdrCnt;
PInstTable InstTable;