home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
221_01
/
cc8.c
< prev
next >
Wrap
Text File
|
1979-12-31
|
768b
|
41 lines
/*
HEADER: Small-C source part 8;
TITLE: Small-C Compiler for 6809 FLEX system;
VERSION: 2.3;
DESCRIPTION: "Small-C Compiler which produces 6809 assembler output."
KEYWORDS: ;
SYSTEM: 6809 FLEX;
FILENAME: CC8.C;
WARNINGS: "Requires TSC relocatable assembler, library generater and
linking loader."
SEE-ALSO: ;
AUTHORS: Dieter H. Flunkert;
COMPILERS: VAX VMS C compiler;
*/
#include STDIO.H
#ifdef VMS
#include "ccdef.c"
#else
#include CCDEF.C
#endif
/*
** external function declarations
*/
extern int nl(),
ol(), ot(), outbyte(), outdec(), outstr(),
printlabel(), postlabel();
/*
** external variable declaration
*/
extern int stkp;
#ifdef VMS
#include "cc81.c"
#else
#include CC81.C
#endif