impl. LDFTN, more bug fixes
[mono.git] / mono / interpreter / mint.1
1 .\" 
2 .\" mint manual page.
3 .\" (C) Ximian, Inc. 
4 .\" Author:
5 .\"   Miguel de Icaza (miguel@gnu.org)
6 .\"
7 .TH Mono "Mono 1.0"
8 .SH NAME
9 mint \- Mono ECMA-CLI interpreter.
10 .SH SYNOPSIS
11 .PP
12 .B mint
13 [\-\-help] [\-\-opcode\-count] [\-\-trace]
14 program.exe [arguments...]
15 .SH DESCRIPTION
16 The \fImint\fP program is an interpreter for ECMA CLI byte codes.  It
17 executes the bytecodes contains in 
18 .I program.exe
19 and optionally passes
20 the
21 .I arguments
22 to it. 
23 .SH OPTIONS
24 The following Generic options are supported:
25 .TP
26 .I "--help", "-h"
27 Displays usage instructions.
28 .TP
29 .I "--trace"
30 Displays opcodes and stack state as the interpreter executes the image
31 .I "--opcode-count"
32 Displays the number of opcodes executed.
33 .PP
34 If no flags are specified the program dumps the content of the image
35 in a format that can be used to rountrip the code. 
36 .SH FILES
37 Assemblies are lodaed from the installation lib directory.  If you set
38 `prefix' to /usr, the assemblies will be located in /usr/lib.
39 .SH MAILING LISTS
40 Visit http://mail.ximian.com/mailman/mono-list for details.
41 .SH WEB SITE
42 Visit: http://www.go-mono.com for details
43 .SH SEE ALSO
44 .BR monodis(1)