forked from Macroassembler-AS/asl-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code1750.h
20 lines (18 loc) · 952 Bytes
/
code1750.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _CODE1750_H
#define _CODE1750_H
/* code1750.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Codegenerator MIL STD 1750 */
/* */
/*****************************************************************************/
/* $Id: code1750.h,v 1.1 2016/10/09 19:55:52 alfred Exp $ *
*****************************************************************************
* $Log: code1750.h,v $
* Revision 1.1 2016/10/09 19:55:52 alfred
* - first version of MIL STD 1750 support
*
*****************************************************************************/
extern void code1750_init(void);
#endif /* _CODE1750_H */