Skip to content

Read more about Introduction to MIPS Assembly Language Programming

Introduction to MIPS Assembly Language Programming

(2 reviews)

Charles Kann, Gettysburg College

Copyright Year: 2016

Publisher: Charles W. Kann III

Language: English

Formats Available

Conditions of Use

Attribution Attribution
CC BY

Reviews

Learn more about reviews.

Reviewed by Ranjidha Rajan, Affiliate Faculty, Metropolitan State University of Denver on 9/1/20

The book covers both theoretical concepts and step by step assembly language programming using MARS Simulator. It covers topics like Number representations, MARS IDE,MIPS architecture, Programming using arithmetic and logical operators to... read more

Reviewed by MD TAMJIDUL HOQUE, Assistant Professor, University of New Orleans on 5/21/18

Starting from basic information needed for MIPS assembly language programming using MARS IDE, the text covers MIPS arithmetic and logical operators, memory model of MIPS, control structures, recursion, and array, and so on in grater details. read more

Table of Contents

  • Chapter 1 Introduction
  • Chapter 2 First Programs in MIPS assembly
  • Chapter 3 MIPS arithmetic and Logical Operators
  • Chapter 4 Translating Assembly Language into Machine Code
  • Chapter 5 Simple MIPS subprograms
  • Chapter 6 MIPS memory - the data segment
  • Chapter 7 Assembly language program control structures
  • Chapter 8 Reentrant Subprograms
  • Chapter 9 Arrays

Ancillary Material

  • Charles W. Kann III
  • About the Book

    This book was written to introduce students to assembly language programming in MIPS. As with all assemblylanguage programming texts, it covers basic operators and instructions, subprogram calling, loading andstoring memory, program control, and the conversion of the assembly language program into machine code.

    However this book was not written simply as a book on assembly language programming. The larger purposeof this text is to show how concepts in Higher Level Languages (HLL), such as Java or C/C++, arerepresented in assembly. By showing how program constructs from these HLL map into assembly, theconcepts will be easier to understand and use when the programmer implements programs in languages likeJava or C/C++. Concepts such as references and variables, registers, binary and Boolean operations, subprogram execution, memory types (heap, stack, and static), and array processing are covered to clarify thedecisions made when implementing HLL. Program control is presented using a mapping from structuredprograms in pseudo code to help students understand structured programming, and why it exists. Memoryaccess in assembly is presented to high light the difference between references (pointers) and values, and howthese impact HLL.

    This book has numerous code examples, and many problems at the end of each chapter, and it is appropriate for a class in Assembly Language, or as a extra resource for a class in Computer Organization.

    About the Contributors

    Author

    Charles Kann is an Adjunct Professor in the Computer Science department at Gettysburg College, Gettysburg, PA

    Contribute to this Page

    Suggest an edit to this book record