From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- asmcode.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 asmcode.h (limited to 'asmcode.h') diff --git a/asmcode.h b/asmcode.h new file mode 100644 index 0000000..661940e --- /dev/null +++ b/asmcode.h @@ -0,0 +1,27 @@ +/* asmcode.h */ +/*****************************************************************************/ +/* AS-Portierung */ +/* */ +/* Verwaltung der Code-Datei */ +/* */ +/* Historie: 18. 5.1996 Grundsteinlegung */ +/* */ +/*****************************************************************************/ + +extern Word LenSoFar; +extern LongInt RecPos; + + +extern void DreheCodes(void); + +extern void NewRecord(LargeWord NStart); + +extern void OpenFile(void); + +extern void CloseFile(void); + +extern void WriteBytes(void); + +extern void RetractWords(Word Cnt); + +extern void asmcode_init(void); -- cgit v1.2.3