#ifndef _ASM_H
#define _ASM_H

#include <stdint.h>

uint32_t compile(const char *line);

#endif