#ifndef _ASM_H #define _ASM_H #include #include "opc.h" inst_t compile(const char *line); #endif