/* * Main assembly code for rasm */ #ifndef _COMPILE_H #define _COMPILE_H 1 void compile_error(char *msg); int compile_to_memory(char *infile, unsigned char *data, int pass); #endif /* _COMPILE_H */