Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mixasm(1) [debian man page]

MIXASM(1)						    BSD General Commands Manual 						 MIXASM(1)

NAME
mixasm -- the MIX virtual machine assembler SYNOPSIS
mixasm [-n | --ndebug] [-l | --list list-file] [-o | --output output-file] MIX_FILE mixasm [-h | --help] [-u | --usage] [-v | --version] 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. EXIT STATUS
The mixasm utility exits 0 on success, and >0 if an error occurs. 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 SEE ALSO
gmixvm(1), mixguile(1), mixvm(1) STANDARDS
No standards documentation was harmed in the process of creating mixasm. 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. BSD
February 18, 2011 BSD

Check Out this Related Man Page

GMIXVM(1)						    BSD General Commands Manual 						 GMIXVM(1)

NAME
gmixvm -- a GUI to the MIX virtual machine simulator SYNOPSIS
gmixvm [-q | --noinit] gmixvm [-h | --help] [-u | --usage] [-v | --version] DESCRIPTION
The gmixvm utility is a graphical 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 gmixvm utility is not affected by its environment. EXIT STATUS
The gmixvm utility exits 0 on success, and >0 if an error occurs. EXAMPLES
Run the MIX virtual machine in interactive mode: gmixvm SEE ALSO
mixasm(1), mixguile(1), mixvm(1) STANDARDS
No standards documentation was harmed in the process of creating gmixvm. AUTHOR
The gmixvm 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. BSD
February 18, 2011 BSD
Man Page

2 More Discussions You Might Find Interesting

1. Programming

From Processor To Display

What is the programming side of the keyboard's PrintScreen? When I hit this button, what is the computer doing to give me the image that my monitor is displaying? In the same arena, how does the computer tell the monitor what to display visually? I move the mouse and the cursor appears to be... (2 Replies)
Discussion started by: ciNG
2 Replies

2. UNIX for Dummies Questions & Answers

Sed: delete columns 7,15,16

An extension from an earlier question. Now need a sed script to delete columns 7,15 and 16 from an example txt below.. Again, thanks in advance. 98M-01.WAV,98M,01,00:00:49,01:07:36:00,"MIX",,"BOOM-MKH50",,,,,,,,,,"", 98L-01.WAV,98L,01,00:00:51,01:01:45:00,"MIX",,"BOOM-MKH50",,,,,,,,,,"", (7 Replies)
Discussion started by: Vrc2250
7 Replies