File: mixvm.1

package info (click to toggle)
mdk 1.3.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,952 kB
  • sloc: ansic: 22,681; sh: 5,461; lisp: 1,118; lex: 830; makefile: 580; yacc: 288; python: 124
file content (68 lines) | stat: -rw-r--r-- 1,570 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.\" Copyright (c) 2011  Peter Pentchev
.\" All rights reserved.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.Dd February 15, 2011
.Dt MIXVM 1
.Os
.Sh NAME
.Nm mixvm
.Nd the MIX virtual machine simulator
.Sh SYNOPSIS
.Nm
.Op Fl d | Fl -dump
.Op Fl e | Fl -emacs
.Op Fl q | Fl -noinit
.Op Fl r | Fl -run
.Op Fl t | Fl -time
.Op Ar MIX_FILE
.Nm
.Op Fl h | Fl -help
.Op Fl u | Fl -usage
.Op Fl v | Fl -version
.Sh DESCRIPTION
The
.Nm
utility is a text-mode simulator for the MIX virtual machine.
The MIX is Donald Knuth's mythical computer, described in the first
volume of The Art of Computer Programming, which is programmed using
MIXAL, the MIX assembly language.
.Sh ENVIRONMENT
The operation of the
.Nm
utility is not affected by its environment.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
.Pp
Run the MIX virtual machine in interactive mode:
.Pp
.Dl mixvm
.Pp
Load a MIXAL program and run it in the MIX virtual machine:
.Pp
.Dl mixvm -r hello.mix
.Pp
.Sh SEE ALSO
.Xr gmixvm 1 ,
.Xr mixasm 1 ,
.Xr mixguile 1
.Sh STANDARDS
No standards documentation was harmed in the process of creating
.Nm .
.Sh AUTHOR
The
.Nm
utility was developed by
.An Jose A. Ortega Ruiz ,
.An Pieter E. J. Pareit ,
.An Philip E. King ,
.An Michael Scholz and
.An Sergey Poznyakoff .
This manual page was written by
.An Peter Pentchev Aq roam@ringlet.net
for the Debian Project.