forked from Macroassembler-AS/asl-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathas.h
17 lines (14 loc) · 793 Bytes
/
as.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _AS_H
#define _AS_H
/* as.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Hauptmodul */
/* */
/* Historie: 4. 5.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern char *GetErrorPos(void);
extern void HandleLabel(const char *Name, LargeWord Value);
#endif /* _AS_H */