forked from Macroassembler-AS/asl-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asmallg.h
24 lines (18 loc) · 1.01 KB
/
asmallg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _ASMALLG_H
#define _ASMALLG_H
/* codeallg.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* von allen Codegeneratoren benutzte Pseudobefehle */
/* */
/* Historie: 10. 5.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void SetCPU(CPUVar NewCPU, Boolean NotPrev);
extern Boolean SetNCPU(const char *pName, Boolean NotPrev);
extern void AddONOFF(const char *InstName, Boolean *Flag, const char *FlagName, Boolean Persist);
extern void ClearONOFF(void);
extern Boolean CodeGlobalPseudo(void);
extern void codeallg_init(void);
#endif /* _ASMALLG_H */