forked from Macroassembler-AS/asl-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode2650.h
19 lines (18 loc) · 907 Bytes
/
code2650.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _CODE2650_H
#define _CODE2650_H
/* code2650.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Codegenerator Signetics 2650 */
/* */
/*****************************************************************************/
/* $Id: code2650.h,v 1.1 2005/12/09 14:48:06 alfred Exp $
*****************************************************************************
* $Log: code2650.h,v $
* Revision 1.1 2005/12/09 14:48:06 alfred
* - added 2650
*
*****************************************************************************/
extern void code2650_init(void);
#endif /* _CODE2650_H */