mixasm — the MIX virtual machine assembler
Contents
Description
The mixasm utility is an assembler 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 mixasm utility is not affected by its environment.
Examples
Compile a MIX assembly language file:
mixasmprimes.mixal
Load a MIXAL program and run it in the MIX virtual machine:
mixvm-rhello.mixExit Status
The mixasm utility exits 0 on success, and >0 if an error occurs.
Name
mixasm — the MIX virtual machine assembler
See Also
gmixvm(1), mixguile(1), mixvm(1)
Standards
No standards documentation was harmed in the process of creating mixasm.
Synopsis
mixasm [-n | --ndebug] [-l | --listlist-file] [-o | --outputoutput-file] MIX_FILEmixasm [-h | --help] [-u | --usage] [-v | --version]
