FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: MMIXware: A RISC Computer for the Third Millennium
- Author(s) Donald E. Knuth
- Publisher: Springer; 1 edition (January 14, 2000)
- Paperback: 556 pages
- eBook: PDF (559 pages), ePub, Kindle, etc.
- Language: English
- ISBN-10: 3540669388
- ISBN-13: 978-35406693886
- Share This:
MMIX is a RISC computer designed by Don Knuth to illustrate machine-level aspects of programming. In the author's book series "The Art of Computer Programming", MMIX replaces the 1960s-style machine MIX. A particular goal in the design of MMIX was to keep its machine language simple, elegant, and easy to learn. At the same time, all of the complexities needed to achieve high performance in practice are taken into account.
This book constitutes a collection of programs written in CWEB that make MMIX a virtual reality. Among other utilities, an assembler converting MMIX symbolic files to MMIX objects and two simulators executing the programs in given object files are provided. The latest version of all programs can be downloaded from MMIX's home page.
The book provides a complete documentation of the MMIX computer and its assembly language. It also presents mini-indexes, which make the programs much easier to understand.
About the Authors- Donald E. Knuth is an American computer scientist, mathematician, and professor emeritus at Stanford University. He is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of th TeX and Metafont systems for computer typesetting, and for his prolific and influential writing.
- MMIXware: A RISC Computer for the Third Millennium (Donald E. Knuth)
- The Mirror Site (1) - PDF
- Book Homepage (Resources, Source Code, Errata, etc.)
-
The Art of Computer Programming, Volumn 1, Fascicle 1: MMIX -- A RISC Computer (Donald E. Knuth)
This first fascicle updates The Art of Computer Programming, Vol 1, 3rd Edition: Fundamental Algorithms, and ultimately will become part of the 4th edition of that book.
-
Getting Started with RISC-V (Niklas Källman)
This book is intended for developers and professionals developing embedded software using RISC-V. It explains how to get started with developing for the free and open RISC-V, both in simulation and on physical implementations.
-
Computer Organization and Design: RISC-V Edition
This book features the RISC-V open source instruction set architecture, the first open source architecture designed to be used in modern computing environments such as cloud computing, mobile devices, and other embedded systems.
-
Basic Computer Architecture (Smruti R. Sarangi)
This book is a comprehensive text on basic, undergraduate-level computer architecture. It includes the combinational units, ALUs, processor, basic 5-stage pipeline, and a microcode-based design.
-
Computer Organization and Design Fundamentals
This book takes the reader from the basic design principles of the modern digital computer to a top-level examination of its architecture. The material is presented using practical terms and examples for a better computer systems design.
-
Principles of Computer System Design: An Introduction (J. Saltzer)
This book takes a principles-based approach to the computer system design. Through carefully analyzed case studies from each of these disciplines, it demonstrates how to apply these concepts to tackle practical system design problems.
-
Computer Systems: A Programmer's Perspective, 2nd Edition
This book introduces the important and enduring concepts that underlie computer systems by showing how these ideas affect the correctness, performance, and utility of application programs.
-
The Elements of Computing Systems: Building a Modern Computer
This book gives a refreshingly new way of looking at computer systems as a whole by considering all aspects of a complete system in an integrated manner, as its comes to play in the construction of a simple yet powerful computer system.
:
|
|