source:
Deliverables/D2.2/8051/src/ASM/printOps.mli
@
625
Last change on this file since 625 was 486, checked in by , 10 years ago | |
---|---|
File size: 343 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.