summaryrefslogtreecommitdiffstats
path: root/src/emu/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/asm.h')
-rw-r--r--src/emu/asm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/asm.h b/src/emu/asm.h
new file mode 100644
index 0000000..9a4fd37
--- /dev/null
+++ b/src/emu/asm.h
@@ -0,0 +1,8 @@
+#ifndef _ASM_H
+#define _ASM_H
+
+#include <stdint.h>
+
+uint32_t compile(const char *line);
+
+#endif