Improving Usability of Pedagogical Computer

Total Page:16

File Type:pdf, Size:1020Kb

Improving Usability of Pedagogical Computer IMPROVING USABILITY OF PEDAGOGICAL COMPUTER EMULATION INTERFACES By Stephen D. Williams ([email protected]) Submitted to the Faculty of the College of Arts and Sciences of American University in Partial Fulfillment of the Requirements for the Degree of Master of Science In Computer Science Chair: Michael Black, PhD Mohammad Owrang Ojaboni, PhD Chris Powell, DM Dean of the College Date 2013 American University Washington, D.C. 20016 c COPYRIGHT by Stephen D. Williams ([email protected]) 2013 ALL RIGHTS RESERVED ii IMPROVING USABILITY OF PEDAGOGICAL COMPUTER EMULATION INTERFACES by Stephen D. Williams ([email protected]) ABSTRACT Computer emulations, simulating real or imagined computer systems, are a valuable tool to quickly gain understanding of computer architecture and software. Existing computer emulation systems offer useful but limited visualization and in- teraction. This paper addresses improving usability of pedagogical computer em- ulator interfaces with the application of published design principles informed by research into visuospatial ability. The results include a survey of promising tech- niques addressing similar problems and suggestions for application. Along with sup- porting work extending a publicly available Java-based PC emulator to enable use of the popular Processing visualization development environment, this provides a well-developed design and implementation framework for future improvements by interested parties. iii ACKNOWLEDGEMENTS I want to thank my committee for their time, diligence, and attention. I want to particularly thank Dr. Michael Black for attention, patience, flexibility, and enthusiasm for this subject. I appreciate the opportunity to be involved in an interesting project that promises to develop into an effective, useful, and fun asset to computer architecture, computer science, and human computer interaction education and practice. iv TABLE OF CONTENTS ABSTRACT . ii ACKNOWLEDGEMENTS . iii LIST OF TABLES . viii LIST OF FIGURES . ix CHAPTER 1. INTRODUCTION . .1 1.1 Purpose . .1 1.2 Research Questions . .3 1.3 Significance of the Study . .6 1.4 Concepts and Background . .6 1.4.1 Usability . .7 1.4.2 Related Disciplines . .8 1.4.3 Visuospatial Thinking & Mental Models . 10 1.4.4 Successful Interactive Visualization Methods . 14 1.4.5 Radial Bubble Tree . 17 1.4.6 Node-Link Graphs . 25 1.4.7 Taxonomies & Paradigms . 27 1.4.8 Elements of Designed Form . 29 1.4.9 Characteristics of Interaction Cues . 31 1.4.10 A Taxonomy of Game Cues . 32 v 1.4.11 Published Principles of Design . 33 1.4.12 Taxonomy of Interactive Dynamics . 37 1.4.13 Gamification and Flow . 39 1.4.14 Universal Application . 41 1.4.15 Code and Algorithm Understanding . 42 1.4.16 Processing . 43 1.4.17 Personas . 44 1.5 Specific Accomplishments . 46 2. REVIEW OF EXISTING EMULATORS . 48 2.1 Existing Computer Emulators . 48 2.1.1 Emumaker 86 . 49 2.1.2 WebMIPS . 51 2.1.3 ProcSim . 53 2.1.4 SimuProc . 54 2.1.5 KScalar . 55 2.1.6 WinMips64 . 56 2.1.7 WinDLX . 57 2.1.8 Spim . 57 2.1.9 p88110 . 58 2.1.10 IASSim . 58 2.2 Computer Architecture Emulator Components . 59 2.2.1 CPU . 60 2.2.2 Pipeline . 62 2.2.3 Memory . 63 2.2.4 Storage . 64 2.2.5 Data Path / Control Path . 65 vi 2.3 Interactive Visualization Design . 66 2.4 Visualization Integration Architecture . 67 3. METHODS . 68 3.1 Curating Constraints and Concerns . 68 3.2 Cataloging Relevant Design Elements . 69 3.3 Identifying Key Literature . 69 3.4 Determining Requirements & Missing Features . 69 3.5 Critiquing Computer Emulation Systems . 70 3.6 Modifying Emulator for Pluggable Visualization . 70 3.6.1 Designing Reference Emulator Integration . 71 3.7 Developing New Design Elements . 71 3.8 Implementing Interactive Visualization Elements . 71 3.9 Developing Emulator Scenarios . 72 3.10 Evaluating Usability . 72 3.11 Determining Research Opportunities . 73 4. RESULTS . 74 4.0.1 Constraints, Concerns, & Design Elements . 74 4.1 Requirements & Missing Features . 74 4.1.1 User Requirements & Motivations . 75 4.1.2 Mental Models . 77 4.2 Pluggable Visualization . 78 4.2.1 Adapted Application architecture . 78 4.2.2 Reference Emulator Integration Design . 82 4.3 Solution Design Elements . 84 4.3.1 Representing Scalars . 84 4.3.2 Representing Memory . 87 vii 4.3.3 Representing Instructions . 90 4.4 Usability . 96 5. CONCLUSIONS . 98 5.1 Summary of Findings . 98 5.2 Conclusions Drawn . 99 5.2.1 Solution Scenarios . 99 5.3 Recommendations for Further Research . 101 5.3.1 Memory Visualization . 102 5.3.2 Instruction, Microcode, and Pipeline . 102 5.3.3 Code Understanding & Machine Learning . 102 APPENDIX A. Plugin Code . 104 B. Visualization Models . 108 REFERENCES . 144 viii LIST OF TABLES Table Page 1.1 Characteristics of Interaction Cues Documented in the Study. Quoted from: (Olli et al., 2008, 195) . 31 2.1 Pedagogical Computer Emulators . 48 ix LIST OF FIGURES Figure Page 1.1. Kdirstat treemap . 15 1.2. Voroni Treemap . 15 1.3. NY Times Budget Proposal bubble chart, showing stratified grouping. 16 1.4. Bubble Chart Showing Group Membership and Relative Size. 16 1.5. Bubble Chart Letter-Pair Analysis of Document. 17 1.6. Minimal BubbleTree Demo. 17 1.7. Edward Tufte's Sparklines. 18 1.8. Hyperbolic Tree . 19 1.9. Choropleth Map . 19 1.10. Cartogram . 20 1.11. Expand-Ahead . 21 1.12. Expand-Ahead Animation Scrubbing . 22 1.13. Layer-Time visualization . 23 1.14. TiddlyProcessing . 24 1.15. Fitts's Law, Shannon-Hartley Formulation(community, 2013a) . 36 1.16. Gutenberg Diagram . 36 1.17. Skeuomorph for Audio Compressor(G¨ottling,2013) . 37 1.18. Flow: Challenge vs. Skill . 40 1.19. Flow Chart . 40 2.1. Emumaker 86 2013 Main Interface. 50 x 2.2. Representation of the CPU in Emumaker 86. 51 2.3. WebMIPS Program Entry . 52 2.4. WebMIPS CPU . 52 2.5. WebMIPS Memory . 52 2.6. WebMIPS Registers . 53 2.7. ProcSim Animation Screen . 54 2.8. SimuProc . 55 2.9. KScalar CPU Simulation . 56 2.10. KScalar Pipeline Cycle Diagram . 56 2.11. WinMips64 Main Emulation Window . 57 2.12. WinDLX Clock Cycle Diagram . 57 2.13. Spim Emulator . 58 2.14. IASSim Emulator . 59 2.15. Emumaker 86(Black and Komala, 2011) . 60 2.16. Emumaker 86(Black and Komala, 2011) . 62 2.17. Arcis Instruction Pipeline Representation(Black and Komala, 2011) . 62 2.18. Graphical PC Simulator Memory(Black and Komala,.
Recommended publications
  • SPIM MIPS Simulator
    SPIM MIPS Simulator SPIM A MIPS32 Simulator James Larus [email protected] Microsoft Research Formerly: Professor, Computer Sciences Department, University of Wisconsin-Madison spim is a self-contained simulator that will run MIPS32 assembly language programs. It reads and executes assembly language programs written for this processor. spim also provides a simple debugger and minimal set of operating system services. spim does not execute binary (compiled) programs. spim implements almost the entire MIPS32 assembler-extended instruction set. (It omits most floating point comparisons and rounding modes and the memory system page tables.) The MIPS architecture has several variants that differ in various ways (e.g., the MIPS64 architecture supports 64-bit integers and addresses), which means that spim will not run programs compiled for all types of MIPS processors. MIPS compilers also generate a number of assembler directives that spim cannot process. These directives usually can be safely deleted. Earlier versions of spim (before 7.0) implemented the MIPS-I instruction set used on the MIPS R2000/R3000 computers. This architecture is obsolete (though, has never been surpassed for its simplicity and elegance). spim now supports the more modern MIPS32 architecture, which is the MIPS-I instruction set augmented with a large number of occasionally useful instructions. MIPS code from earlier versions of SPIM should run without changes, except code that handles exceptions and interrupts. This part of the architecture changed over time (and was poorly implemented in earlier versions of spim). Code of this sort need to be updated. Examples of the new code are in exceptions.s and Tests/tt.io.s.
    [Show full text]
  • MIPS Assembly Language Programming Using Qtspim
    MIPS Assembly Language Programming using QtSpim Ed Jorgensen, Ph.D. Version 1.1.50 July 2019 Cover image: MIPS R3000 Custom Chip http://commons.wikimedia.org/wiki/File:RCP-NUS_01.jpg Spim is copyrighted by James Larus and distributed under a BSD license. Copyright (c) 1990-2011, James R. Larus. All rights reserved. Copyright © 2013, 2014, 2015, 2016, 2017 by Ed Jorgensen You are free: To Share — to copy, distribute and transmit the work To Remix — to adapt the work Under the following conditions: Attribution — you must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial — you may not use this work for commercial purposes. Share Alike — if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. Table of Contents 1.0 Introduction...........................................................................................................1 1.1 Additional References.........................................................................................1 2.0 MIPS Architecture Overview..............................................................................3 2.1 Architecture Overview........................................................................................3 2.2 Data Types/Sizes.................................................................................................4 2.3 Memory...............................................................................................................4
    [Show full text]
  • Computer Architectures an Overview
    Computer Architectures An Overview PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sat, 25 Feb 2012 22:35:32 UTC Contents Articles Microarchitecture 1 x86 7 PowerPC 23 IBM POWER 33 MIPS architecture 39 SPARC 57 ARM architecture 65 DEC Alpha 80 AlphaStation 92 AlphaServer 95 Very long instruction word 103 Instruction-level parallelism 107 Explicitly parallel instruction computing 108 References Article Sources and Contributors 111 Image Sources, Licenses and Contributors 113 Article Licenses License 114 Microarchitecture 1 Microarchitecture In computer engineering, microarchitecture (sometimes abbreviated to µarch or uarch), also called computer organization, is the way a given instruction set architecture (ISA) is implemented on a processor. A given ISA may be implemented with different microarchitectures.[1] Implementations might vary due to different goals of a given design or due to shifts in technology.[2] Computer architecture is the combination of microarchitecture and instruction set design. Relation to instruction set architecture The ISA is roughly the same as the programming model of a processor as seen by an assembly language programmer or compiler writer. The ISA includes the execution model, processor registers, address and data formats among other things. The Intel Core microarchitecture microarchitecture includes the constituent parts of the processor and how these interconnect and interoperate to implement the ISA. The microarchitecture of a machine is usually represented as (more or less detailed) diagrams that describe the interconnections of the various microarchitectural elements of the machine, which may be everything from single gates and registers, to complete arithmetic logic units (ALU)s and even larger elements.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • QEMU As a Platform for PLC Virtualization an Analysis from a Cyber Security Perspective
    QEMU as a platform for PLC virtualization An analysis from a cyber security perspective HANNES HOLM, MATS PERSSON FOI Swedish Defence Research Agency Phone: +46 8 555 030 00 www.foi.se FOI-R--4576--SE SE-164 90 Stockholm Fax: +46 8 555 031 00 ISSN 1650-1942 April 2018 Hannes Holm, Mats Persson QEMU as a platform for PLC virtualization An analysis from a cyber security perspective Bild/Cover: Hannes Holm FOI-R--4576--SE Titel QEMU as a platform for PLC virtualization Title Virtualisering av PLC:er med QEMU Rapportnr/Report no FOI-R--4576--SE Månad/Month April Utgivningsår/Year 2018 Antal sidor/Pages 36 ISSN 1650-1942 Kund/Customer MSB Forskningsområde 4. Informationssäkerhet och kommunikation FoT-område Projektnr/Project no E72086 Godkänd av/Approved by Christian Jönsson Ansvarig avdelning Ledningssytem Detta verk är skyddat enligt lagen (1960:729) om upphovsrätt till litterära och konstnärliga verk, vilket bl.a. innebär att citering är tillåten i enlighet med vad som anges i 22 § i nämnd lag. För att använda verket på ett sätt som inte medges direkt av svensk lag krävs särskild överenskommelse. This work is protected by the Swedish Act on Copyright in Literary and Artistic Works (1960:729). Citation is permitted in accordance with article 22 in said act. Any form of use that goes beyond what is permitted by Swedish copyright law, requires the written permission of FOI. FOI-R--4576--SE Sammanfattning IT-säkerhetsutvärderingar är ofta svåra att genomföra inom operativa industriella informations- och styrsystem (ICS) då de medför risk för avbrott, vilket kan få mycket stor konsekvens om tjänsten som ett system realiserar är samhällskritisk.
    [Show full text]
  • Philip Machanick
    MIPS2C programming from the machine up Philip Machanick MIPS2C: PROGRAMMING FROM THE MACHINE UP First edition, 2015 Minor corrections: March 2017, April 2019, October 2020 Copyright © Philip Machanick 2014, 2015, 2016, 2017, 2018, 2019, 2020 Published by Philip Machanick in the RAMpage Research imprint under an Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licence: http://creativecommons.org/licenses/by-nc/4.0/ The quick summary: free to use however you like but not for commercial purposes. SPIM documentation: Appendix E is copyright to the author as indicated on the first page and using this material does not imply endorsement by James Larus of this book. Picture credits: all illustrations are either by the author or from public domain sources, as acknowledged in the text. Author: Machanick, Philip, 1957- Title: Mips2C: programming from the machine up / Philip Machanick Edition: 1st ed. Publisher: Grahamstown, South Africa : RAMpage Research, 2015. ISBN: 978-0-8681048-7-4 (pbk.) LoC classification : QA76 Last typeset 27 October 2020 Preface HY THIS BOOK? Some years ago I took part in a panel discussion titled “Programming Early Considered Harmful” at the SIGCSE 2001 W conference [Hitchner et al. 2001]. Once of those present was Yale Patt, whom I had met briefly on a sabbatical at University of Michigan, where he was at the time a professor working in computer architecture. His role on the panel was to proselytise his book, Introduction to Computing Systems: From bits & gates to C & beyond [Patt and Patel 2013], which introduced programming from the low level up. I found the idea intriguing particularly as I also was concerned with the problem that students tend to stick with the first thing they learn.
    [Show full text]
  • Simmips a MIPS System Simulator
    SimMips A MIPS System Simulator ; ; Naoki Fujieday, Takefumi Miyoshiy z, and Kenji Kisey z yGraduate School of Information Science and Engineering, Tokyo Institute of Technology zJapan Science and Technology Agency (JST) fujieda, miyo @arch.cs.titech.ac.jp, [email protected] f g Abstract rectly, so it is a merit that users do not need to build a cross development environment. But now this merit gets smaller, We have developed SimMips, a simply coded MIPS sys- because building the environment is not so hard work as in tem simulator written in C++, to meet increasing demands the past by using tools like Buildroot [1]. Instead, the de- for embedded system education. In this paper, we show the merit of not being able to accept compiled binary files is simplicity of SimMips by describing its concept and imple- relatively growing. mentation. And we show the comprehensibility, taking ex- We have developed a system simulator named SimMips, amples of using it as a lecture material. We designed and whose target computer system includes a MIPS32 ISA pro- implemented SimMips considering the hardware organiza- cessor, as a practical simulator for embedded system edu- tion of the target computer system. We introduce a palm- cation and research. SimMips is implemented simply with top hardware embedded system named MieruPC which in- 4,500 lines in C++, and Linux runs on it without modifica- cludes a MIPS-like soft processor based on SimMips, to re- tions. Though there is a tradeoff between readability and veal flexibility of SimMips. simulation speed, processor speedup now enable simulators to satisfy high readability and sufficient speed at the same time.
    [Show full text]
  • SPIM & MIPS Programming
    Islamic University – Gaza Engineering Faculty Department of Computer Engineering ECOM 3010: Computer Architecture Discussion Lecture # 1 SPIM & MIPS Programming Eng. Eman R. Habib September, 2013 2 Computer Architecture Discussion SPIM Spim is a self-contained simulator that runs MIPS32 programs. It reads and executes assembly language programs written for this processor. Spim also provides a simple debugger and minimal set of operating system services. Spim does not execute binary (compiled) programs. Spim implements both a terminal and windows interfaces. On Microsoft Windows, Linux, and Mac OS X, the spim program offers a simple terminal interface and the QtSpim program provides the windowing interface. QtSpim The newest version of Spim is called QtSpim, and unlike all of the other version, it runs on Microsoft Windows, Mac OS X, and Linux—the same source code and the same user interface on all three platforms! QtSpim is the version of Spim that currently being actively maintained. It has a modern user interface, extensive help, and is consistent across all three platforms. When you open QtSpim, A window will open as shown in Figure 1. The window is divided into different sections: 1. The Register tabs display the content of all registers. 2. Buttons across the top are used to load and run a simulation 3. The Text tab displays the MIPS instructions loaded into memory to be executed. (From left-to-right, the memory address of an instruction, the contents of the address in hex, the actual MIPS instructions – where register numbers are used, the MIPS assembly that you wrote, and any comments you made in your code are displayed.) 4.
    [Show full text]
  • Exceptions and Interrupts (New Version1- by Robert Britton – [email protected])
    CHAPTER 9 Exceptions and Interrupts (New version1- by Robert Britton – [email protected]) How much do pirates pay for ear rings? A Buccaneer. 9.1 Introduction This update is a work in progress, so users of my book “MIPS Assembly Language Programming” http://www.pearsonhighered.com/educator/product/MIPS should check back occasionally to determine if they have the latest version. QtSpim is a new user interface for spim built on the. Qt is cross-platform, so the same user interface and same code will run on Windows, Linux, and Mac OS X. For more information go to: http://pages.cs.wisc.edu/~larus/spim.html . This new version is highly recommended. You have observed that under normal circumstances anytime the mouse button is pushed or the mouse is moved, or a key on the keyboard is depressed, your personal computer responds. The natural question to ask is, “What feature of a computer is needed to provide this kind of interactive response?” The answer is that the CPU must have the capability to respond to exceptions. Interrupts from external devices are classified as exceptions. Internal CPU situations such as an arithmetic overflow or address error are classified as exceptions. An exception is an event that initiates a change in the normal flow of program execution. Exception capability eliminates the need to constantly poll the keyboard and mouse. This is obviously an essential capability because if the computer were constantly polling external devices it would not be doing any other work. The key to building a computer system that provides superior processing throughput and provide an interactive response is to include within the hardware design some method for interrupting the program currently running when an exception occurs.
    [Show full text]
  • TABLE DRIVEN ADAPTIVE, EFFECTIVELY HETEROGENEOUS MULTI-CORE ARCHITECTURE by SURPRIYA TIKE Bachelor of Science in Electronics
    TABLE DRIVEN ADAPTIVE, EFFECTIVELY HETEROGENEOUS MULTI-CORE ARCHITECTURE By SURPRIYA TIKE Bachelor of Science in Electronics and Telecommunication Pune University Pune, India 2007 Submitted to the Faculty of the Graduate College of the Oklahoma State University in partial fulfillment of the requirements for the Degree of MASTER OF SCIENCE December, 2011 TABLE DRIVEN ADAPTIVE, EFFECTIVELY HETEROGENEOUS MULTI-CORE ARCHITECTURE Thesis Approved: Dr. James E. Stine Jr. Thesis Adviser Dr. Chris Hutchens Dr. Louis G. Johnson Dr. Sheryl A. Tucker Dean of the Graduate College ii TABLE OF CONTENTS Chapter Page 1. INTRODUCTION .............................................................................................................. 1 2. BACKGROUND ................................................................................................................ 1 2.1. Processor based platforms ........................................................................................... 1 2.1.1. OpenSPARC ..................................................................................................... 1 2.1.2. SimpleScalar .................................................................................................... 2 2.1.3. SPIM ................................................................................................................ 2 2.1.4. Simics ............................................................................................................... 2 2.2. Other Related Work ...................................................................................................
    [Show full text]
  • Assemblers, Linkers, and the SPIM Simulator
    A APPENDIX Assemblers, Linkers, and the SPIM Simulator James R. Larus Microsoft Research Microsoft Fear of serious injury cannot alone justify suppression of free speech and assembly. Louis Brandeis Whitney v. California, 1927 A.1 Introduction A-3 A.2 Assemblers A-10 A.3 Linkers A-18 A.4 Loading A-19 A.5 Memory Usage A-20 A.6 Procedure Call Convention A-22 A.7 Exceptions and Interrupts A-33 A.8 Input and Output A-38 A.9 SPIM A-40 A.10 MIPS R2000 Assembly Language A-45 A.11 Concluding Remarks A-81 A.12 Exercises A-82 A.1 Introduction A.1 Encoding instructions as binary numbers is natural and efficient for computers. Humans, however, have a great deal of difficulty understanding and manipulating these numbers. People read and write symbols (words) much better than long sequences of digits. Chapter 2 showed that we need not choose between numbers and words because computer instructions can be represented in many ways. Humans can write and read symbols, and computers can execute the equivalent binary numbers. This appendix describes the process by which a human-readable program is translated into a form that a computer can execute, provides a few hints about writing assembly programs, and explains how to run these programs on SPIM, a simulator that executes MIPS programs. UNIX, Windows, and Mac OS X versions of the SPIM simulator are available on the CD. Assembly language is the symbolic representation of a computer’s binary machine language Binary rep- encoding—machine language. Assembly language is more readable than machine resentation used for communi- language because it uses symbols instead of bits.
    [Show full text]
  • Philip Machanick
    MIPS2C programming from the machine up Philip Machanick C part omitted from this printing MIPS2C: PROGRAMMING FROM THE MACHINE UP First edition, 2015 Minor corrections: March 2017, April 2019, October 2020 – re- formatted without C March 2018 Copyright © Philip Machanick 2014, 2015, 2016, 2017, 2018, 2019, 2020 Published by Philip Machanick in the RAMpage Research imprint under an Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) licence: http://creativecommons.org/licenses/by-nc/4.0/ The quick summary: free to use however you like but not for commercial purposes. SPIM documentation: Appendix E is copyright to the author as indicated on the first page and using this material does not imply endorsement by James Larus of this book. Picture credits: all illustrations are either by the author or from public domain sources, as acknowledged in the text. Publication details apply to full version with C Author: Machanick, Philip, 1957- Title: Mips2C: programming from the machine up / Philip Machanick Edition: 1st ed. Publisher: Grahamstown, South Africa : RAMpage Research, 2015. ISBN: 978-0-8681048-7-4 (pbk.) LoC classification : QA76 Note: this printing differs slightly in layout and omits the C section so do not cite with ISBN. Last typeset 27 October 2020 Preface HY THIS BOOK? Some years ago I took part in a panel discussion titled “Programming Early Considered Harmful” at the SIGCSE 2001 W conference [Hitchner et al. 2001]. Once of those present was Yale Patt, whom I had met briefly on a sabbatical at University of Michigan, where he was at the time a professor working in computer architecture.
    [Show full text]