home *** CD-ROM | disk | FTP | other *** search
- /* file C.OUTPUT
- void stable(struct nlist *ptr, FILE *);
- void cros(struct nlist *point, FILE *);*/
-
-
- /* file C.AS */
- void initialize (void);
- void re_init (void);
- void make_pass(void);
- int parse_line(void);
- void process(void);
- char *FGETS(char *, int, register FILE *);
-
- /* file C.UTIL */
- void fatal(char *);
- void error(char *);
- void warn(char *);
- void note(char *);
- int delim(char);
- char *skip_white(char *);
- void eword(int);
- int emit(unsigned char);
- void f_record(void);
- void f_S9(void);
- void hexout(int);
- void print_line(void);
- void print_cycles(void);
- int any(char, char *);
- char mapdn(char);
- unsigned char lobyte(int);
- unsigned char hibyte(int);
- int head(char *, char *);
- int alpha(char);
- int alphan(char);
- int white(char);
- char *alloc(int);
- void pouterror(int, char *);
- void NewPage(void);
- char *strsave(char *);
- int FNameGet(char *);
- char *LastChar(char *);
-
- /* file C.DO11 - C.DO5*/
- void localinit(void);
- void do_op(int, int);
- int bitop(int, int, int);
- #ifdef HC11
- void do_gen(int, int, int, int, int);
- #else
- void do_gen(int, int);
- #endif
- void do_indexed(int);
- void epage(int);
-
- /* file C.EVAL */
- int eval(void);
- int is_op(char);
- int get_term(void);
-
- /* file C.FFWDANSI */
- void fwdinit(void);
- void fwdreinit(void);
- void fwdmark(void);
- void fwdnext(void);
- void fwd_done(void);
-
-
- /* file C.PSEUDO */
- void do_pseudo(int);
- void PC_Exchange(int);
-
- /* file C.SYMTAB */
- int install(char *, int);
- struct nlist *lookup(char *);
- struct oper *mne_look(char *);
-
- /* file C.IFD */
- void IfMachine(int);
- int GetToken(void);
- int eval_ifd(void);
- int eval_ifnd(void);
-
-
- /* file C.ERROR */
- void errorFinish(void);
- void errorInit(int , char *);
- /*static void TB(int, int, char *); */
-