dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/asmcode.h

28 lines
937 B
C
Raw Normal View History

/* 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);