1 2 3 4 5 6 7 8
#ifndef __ASSEMBLER_H__ #define __ASSEMBLER_H__ int assembler_init(void); void assembler_flush(void); void asm_eol(void); #endif