blob: bd27889a0fd484b1ed93beaac66b10d3dc57b1f1 (
plain)
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
|
# ChangeLog for dev-lang/mmix
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.2 2002/12/09 04:20:58 manson Exp $
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*mmix-20020216 (04 May 2002)
04 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mmix-20020216.ebuild files/digest-mmix-20020216 :
From Knuth's page:
MMIX is a machine that operates primarily on 64-bit words. It has 256
general-purpose 64-bit registers that each can hold either fixed-point or
floating-point numbers. Most instructions have the 4-byte form `OP X Y Z',
where each of OP, X, Y, and Z is a single 8-bit byte. For example, if OP is
the code for ADD the meaning is ``X=Y+Z''; i.e., ``Set register X to the
contents of register Y plus the contents of register Z.'' The 256 possible
OP codes fall into a dozen or so easily remembered categories.
The designers of important real-world processor chips (e.g., MIPS and
ALPHA) have helped me with the design of MMIX. So I'm excited about the
prospects.
Ebuild provided by Hanno Boeck <hanno@gmx.de>.
|