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/asmallg.h

22 lines
956 B
C

/* codeallg.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* von allen Codegeneratoren benutzte Pseudobefehle */
/* */
/* Historie: 10. 5.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void SetCPU(CPUVar NewCPU, Boolean NotPrev);
extern Boolean SetNCPU(char *Name, Boolean NotPrev);
extern void AddONOFF(char *InstName, Boolean *Flag, char *FlagName, Boolean Persist);
extern void ClearONOFF(void);
extern Boolean CodeGlobalPseudo(void);
extern void codeallg_init(void);