Skip to content

Programmer's View of Computer Architecture With Assembly Language Examples from the MIPS RISC Architecture

Best in textbook rentals since 2012!

ISBN-10: 0195131096

ISBN-13: 9780195131093

Edition: 1993

Authors: James Goodman, Karen Miller

List price: $249.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This introductory text offers a contemporary treatment of computer architecture using assembly and machine language with a focus on software. Students learn how computers work through a clear, generic presentation of a computer architecture, a departure from the traditional focus on a specific architecture. A computer's capabilities are introduced within the context of software, reinforcing the software focus of the text. Designed for computer science majors in an assembly language course, this text uses a top-down approach to the material that enables students to begin programming immediately and to understand the assembly language, the interface between hardware and software. The text…    
Customers also bought

Book details

List price: $249.99
Copyright year: 1993
Publisher: Oxford University Press, Incorporated
Publication date: 8/1/1993
Binding: Hardcover
Pages: 416
Size: 9.29" wide x 6.61" long x 0.98" tall
Weight: 1.540
Language: English

Abstractions and Computers
Levels of Abstraction
The Tower of Computer Abstractions
A Programming Language as an Abstraction
Computer Architecture
Computer Execution Basics
SAL: A Simple Abstract Language
On Assembly and Compilation
Variable Declaration
Arithmetic Operations
Control Structures
Communication with the User
A SAL Program
Procedures
A Modular SAL Program
Number Systems
Numbers and Their Representation
Weighted Positional Notation
Transformations Between Radices
Representation of Non-Integer Numbers
Precision and Accuracy
Data Representation
Numbers versus Their Representation
Representation of Integers
Characters
Floating Point Representation
Arithmetic and Logical Operations
Boolean Operations
Shift Operations
Addition and Subtraction
Multiplication
Division
Floating Point Arithmetic
Hardware versus Software Calculations
Addition and Subtraction
Multiplication
Division
Advanced Topics
SAL Instructions
Data Structures
Memory as an Array
Arrays
Stacks
Queues
Registers and MAL
Instructions as a Data Type
Specifying Addresses in Instructions
The MAL Architecture
Example MAL Code
Procedures
MAL Procedure Call and Return Mechanisms
Dynamic Storage Allocation
Activation Records
Parameter Passing
Saving Registers
MIPS RISC Register Usage
A MAL Program that Uses Procedures
The Assembly Process
What Assemblers Do
True Assembly Language (TAL)
Machine Code Format and Generation
Program Relocation
Input and Output
Typical I/O Devices
The Processor-I/O Interface
Interrupts and Exception Handling
The Exception Mechanism
The Role of the Operating System
The MIPS RISC Exception Mechanism
A Sample Exception Handler
Operating System Issues
Architectural Performance
On Minimal Instruction Sets and Choices
Pipelining
Branching Techniques
Memory Hierarchies
Alternative Architectures
What's All This About RISC?
The Single-Chip Constraint
The Motorola 68000 Family
The Intel iAPS 86 Architecture
The Cray-1
SPARC
SAL
MAL
TAL