aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Assembler.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Assembler.mli')
-rw-r--r--driver/Assembler.mli21
1 files changed, 21 insertions, 0 deletions
diff --git a/driver/Assembler.mli b/driver/Assembler.mli
new file mode 100644
index 00000000..d8a4e32b
--- /dev/null
+++ b/driver/Assembler.mli
@@ -0,0 +1,21 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Xavier Leroy, INRIA Paris-Rocquencourt *)
+(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *)
+(* *)
+(* Copyright Institut National de Recherche en Informatique et en *)
+(* Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the INRIA Non-Commercial License Agreement. *)
+(* *)
+(* *********************************************************************)
+
+val assemble: string -> string -> unit
+ (** From asm to object file *)
+
+val assembler_actions: (Commandline.pattern * Commandline.action) list
+ (** Commandline optins affecting the assembler *)
+
+val assembler_help: string
+ (** Commandline help description *)