diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/mixal | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
Diffstat (limited to 'lang/mixal')
-rw-r--r-- | lang/mixal/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mixal/pkg-descr b/lang/mixal/pkg-descr index ee43fcffff90..3aa4177fb730 100644 --- a/lang/mixal/pkg-descr +++ b/lang/mixal/pkg-descr @@ -1,12 +1,12 @@ Mixal is a version the assembler and interpreter for Donald Knuth's mythical MIX computer, defined in: - Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental + Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) This preliminary release doesn't do floating point and has little documentation as yet, but it works well enough to be used in conjunction -with the book. +with the book. WWW: http://www.catb.org/~esr/mixal/ |