]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/ASM/printOps.mli
Imported Upstream version 0.2
[pkg-cerco/acc.git] / src / ASM / printOps.mli
1
2 (** This module provides functions to print the operators of the
3     MIPS processor. *)
4
5 (* Pasted from Pottier's PP compiler *)
6
7 open PrintPottier
8
9 val unop: 'reg printer -> (MIPSOps.unop * 'reg * 'reg) printer
10 val binop: MIPSOps.binop -> string
11 val uncon: 'reg printer -> (MIPSOps.uncon * 'reg) printer
12 val bincon: MIPSOps.bincon -> string