49f510d
1 2 3 4 5 6 7 8
#ifndef _ASM_H #define _ASM_H #include <stdint.h> uint32_t compile(const char *line); #endif