File: control

package info (click to toggle)
mixal 1.08-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 208 kB
  • ctags: 296
  • sloc: ansic: 1,597; makefile: 87; sh: 12; awk: 10
file content (30 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: mixal
Maintainer: Antti-Juhani Kaijanaho <ajk@debian.org>
Section: otherosfs
Priority: extra
Standards-Version: 3.0.0.0

Package: mixal
Architecture: any
Section: otherosfs
Priority: extra
Depends: ${shlibs:Depends}
Description: A MIX emulator and MIXAL interpreter
 Mixal is an implementation of the imaginary computer called
 MIX and its assembly language MIXAL, which were invented
 by Donald E. Knuth in the 1960's for use in his monumental
 and yet unfinished book series "The Art of Computer Programming".
 All actual programs and all programming exercises in the series
 are written in MIXAL.
 .
 This package contains a modified version of Darius Bacon's Mixal
 implementation.  It takes a MIXAL source file, translates it to
 MIX machine code and then executes the resulting program, all in
 a single run.  The result of the assembler step cannot be extracted
 to a file.  Similarlly, one cannot take a precompiled MIX program and
 try to execute it in this emulator - only MIXAL source is accepted.
 .
 The MIX emulator does not (yet?) support floating-point operations
 nor the tape devices described in Knuth's book.  This is not fatal,
 however, and most of the programs and exercise answers in Knuth's
 book can be run in this MIXAL implementation.