logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mixasm — the MIX virtual machine assembler

Author

       The  mixasm  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.

Debian                                          February 18, 2011                                      MIXASM(1)

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.mix

Exit 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]

See Also