mixvm — the MIX virtual machine simulator
Contents
Description
The mixvm 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 the mixvm utility is not affected by its environment.
Examples
Run the MIX virtual machine in interactive mode:
mixvm
Load a MIXAL program and run it in the MIX virtual machine:
mixvm-rhello.mixExit Status
The mixvm utility exits 0 on success, and >0 if an error occurs.
Name
mixvm — the MIX virtual machine simulator
See Also
gmixvm(1), mixasm(1), mixguile(1)
Standards
No standards documentation was harmed in the process of creating mixvm.
Synopsis
mixvm [-d | --dump] [-e | --emacs] [-q | --noinit] [-r | --run] [-t | --time] [MIX_FILE]
mixvm [-h | --help] [-u | --usage] [-v | --version]
