summaryrefslogtreecommitdiff
path: root/output_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'output_asm.h')
-rw-r--r--output_asm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/output_asm.h b/output_asm.h
new file mode 100644
index 0000000..b4afd2a
--- /dev/null
+++ b/output_asm.h
@@ -0,0 +1,6 @@
+#ifndef OUTPUT_ASM_H
+#define OUTPUT_ASM_H
+
+int output_asm(FILE *fout, struct label *labels, size_t label_count, struct instruction *insts, size_t insts_count);
+
+#endif /* OUTPUT_ASM_H */