aboutsummaryrefslogtreecommitdiffstats
path: root/codevars.h
diff options
context:
space:
mode:
Diffstat (limited to 'codevars.h')
-rw-r--r--codevars.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/codevars.h b/codevars.h
new file mode 100644
index 0000000..e284369
--- /dev/null
+++ b/codevars.h
@@ -0,0 +1,12 @@
+/* codevars.h */
+/*****************************************************************************/
+/* AS-Portierung */
+/* */
+/* Gemeinsame Variablen aller Codegeneratoren */
+/* */
+/* Historie: 26.5.1997 Grundsteinlegung */
+/* */
+/*****************************************************************************/
+
+extern int InstrZ;
+extern int AdrCnt;