table of contents
| MIXVM(1) | General Commands Manual | MIXVM(1) |
NAME¶
mixvm —
the MIX virtual machine simulator
SYNOPSIS¶
mixvm |
[-d | --dump]
[-e | --emacs]
[-q | --noinit]
[-r | --run]
[-t | --time]
[MIX_FILE] |
mixvm |
[-h | --help]
[-u | --usage]
[-v | --version] |
DESCRIPTION¶
Themixvm 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.
ENVIRONMENT¶
The operation of themixvm utility is not affected by
its environment.
EXIT STATUS¶
Themixvm utility exits 0 on success,
and >0 if an error occurs.
EXAMPLES¶
Run the MIX virtual machine in interactive mode:mixvmLoad a MIXAL program and run it in the MIX virtual machine:
mixvm -r hello.mixSEE ALSO¶
gmixvm(1), mixasm(1), mixguile(1)STANDARDS¶
No standards documentation was harmed in the process of creatingmixvm.
AUTHOR¶
Themixvm utility was developed by
Jose A. Ortega Ruiz,
Pieter E. J. Pareit,
Philip E. King,
Michael Scholz and
Sergey Poznyakoff. This manual page was written by
Peter Pentchev ⟨roam@ringlet.net⟩ for the Debian Project.
| February 15, 2011 | Linux 4.9.0-9-amd64 |