]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/contrib/asmcomp/printlinear.mli
Inital import
[l4.git] / l4 / pkg / ocaml / contrib / asmcomp / printlinear.mli
1 (***********************************************************************)
2 (*                                                                     *)
3 (*                           Objective Caml                            *)
4 (*                                                                     *)
5 (*            Xavier Leroy, projet Cristal, INRIA Rocquencourt         *)
6 (*                                                                     *)
7 (*  Copyright 1996 Institut National de Recherche en Informatique et   *)
8 (*  en Automatique.  All rights reserved.  This file is distributed    *)
9 (*  under the terms of the Q Public License version 1.0.               *)
10 (*                                                                     *)
11 (***********************************************************************)
12
13 (* $Id: printlinear.mli 3123 2000-04-21 08:13:22Z weis $ *)
14
15 (* Pretty-printing of linearized machine code *)
16
17 open Format
18 open Linearize
19
20 val instr: formatter -> instruction -> unit
21 val fundecl: formatter -> fundecl -> unit