#ifndef __ASSEMBLER_H__ #define __ASSEMBLER_H__ int assembler_init(void); void assembler_flush(void); void asm_eol(void); void asm_eof(FILE * f); void assemble_file(char *i, char *o); void push_pile(char *); void act_pile(int); #endif