mixasm(1) the MIX virtual machine assembler

SYNOPSIS

[-n | --ndebug ] [-l | --list list-file ] [-o | --output output-file ] MIX_FILE
[-h | --help ] [-u | --usage ] [-v | --version ]

DESCRIPTION

The 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 utility is not affected by its environment.

EXIT STATUS

Ex -std

EXAMPLES

Compile a MIX assembly language file:

mixasm primes.mixal

Load a MIXAL program and run it in the MIX virtual machine:

mixvm -r hello.mix

STANDARDS

No standards documentation was harmed in the process of creating .

AUTHOR

The 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 [email protected] for the Debian Project.