home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / language / motasm / src_h_proto < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-20  |  1.7 KB  |  89 lines

  1. /* file C.OUTPUT 
  2. void stable(struct nlist *ptr, FILE *);
  3. void cros(struct nlist *point, FILE *);*/
  4.  
  5.  
  6. /* file C.AS */
  7. void initialize (void);
  8. void preprocess (void);
  9. void re_init (void);
  10. void make_pass(void);
  11. int parse_line(void);
  12. void process(void);
  13. char *FGETS(char *, int, register FILE *);
  14.  
  15. /* file C.UTIL */
  16. void fatal(char *);
  17. void error(char *);
  18. void warn(char *);
  19. void note(char *);
  20. int delim(char);
  21. char *skip_white(char *);
  22. void eword(int);
  23. int emit(unsigned char);
  24. void f_record(void);
  25. void f_S9(void);
  26. void hexout(int);
  27. void print_line(void);
  28. void print_cycles(void);
  29. int any(char, char *);
  30. char mapdn(char);
  31. unsigned char lobyte(int);
  32. unsigned char hibyte(int);
  33. int head(char *, char *);
  34. int alpha(char);
  35. int alphan(char);
  36. int white(char);
  37. char *alloc(int);
  38. void pouterror(int, char *);
  39. void NewPage(void);
  40. char *strsave(char *);
  41. int FNameGet(char *);
  42. char *LastChar(char *);
  43.  
  44. /* file C.DO11 - C.DO5*/
  45. void localinit(void);
  46. void do_op(int, int);
  47. int bitop(int, int, int);
  48. #ifdef HC11
  49.         void do_gen(int, int, int, int, int);
  50. #else 
  51.         void do_gen(int, int);
  52. #endif
  53. void do_indexed(int);
  54. void epage(int);
  55.  
  56. /* file C.EVAL */
  57. int eval(void);
  58. int is_op(char);
  59. int get_term(void);
  60.  
  61. /* file C.FFWDANSI */
  62. void fwdinit(void);
  63. void fwdreinit(void);
  64. void fwdmark(void);
  65. void fwdnext(void);
  66. void fwd_done(void);
  67.  
  68.  
  69. /* file C.PSEUDO */
  70. void do_pseudo(int);
  71. void PC_Exchange(int);
  72.  
  73. /* file C.SYMTAB */
  74. int install(char *, int);
  75. struct nlist *lookup(char *);
  76. struct oper *mne_look(char *);
  77.  
  78. /* file C.IFD */      
  79. void IfMachine(int);
  80. int GetToken(void);
  81. int eval_ifd(void);
  82. int eval_ifnd(void);
  83.  
  84.  
  85. /* file C.ERROR */    
  86. void errorFinish(void);
  87. void errorInit(int , char *);
  88. /*static void TB(int, int, char *); */
  89.