File: control

package info (click to toggle)
mixal 1.08-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 212 kB
  • sloc: ansic: 1,597; makefile: 88; awk: 10
file content (29 lines) | stat: -rw-r--r-- 1,269 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
Source: mixal
Section: otherosfs
Priority: extra
Maintainer: Vince Mulhollon <vlm@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.1.0

Package: mixal
Architecture: any
Depends: ${shlibs:Depends},${misc: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.  Similarly, 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 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.