MIPS Assembly Language Programming

MIPS Assembly Language Programming
Author: Robert L. Britton
Publisher: Pearson
Total Pages: 176
Release: 2004
Genre: Business & Economics
ISBN:

For freshman/sophomore-level courses in Assembly Language Programming, Introduction to Computer Organization, and Introduction to Computer Architecture. Students using this text will gain an understanding of how the functional components of modern computers are put together and how a computer works at the machine language level. MIPS architecture embodies the fundamental design principles of all contemporary RISC architectures. By incorporating this text into their courses, instructors will be able to prepare their undergraduate students to go on to upper-division computer organization courses.

A Programmers Guide to Assembler (Preliminary Version)

A Programmers Guide to Assembler (Preliminary Version)
Author: William J. Pervin
Publisher: McGraw-Hill College
Total Pages: 182
Release: 2004-07
Genre: Technology & Engineering
ISBN: 9780073111674

This text gives an introduction to MIPS Assembler using the PCSPIM simulator emphasizing software development. The object is to make high-level language programmers of embedded processors aware of what their compilers must do, what actually happens inside the hardware of their computers, and how these facts may well affect their programming decisions. The MIPS processor is chosen as the example of a real processor with a significant market that is still very simply and cleanly designed.The availability of an excellent free simulator makes this a good choice.

Guide to Assembly Language

Guide to Assembly Language
Author: James T. Streib
Publisher: Springer Science & Business Media
Total Pages: 262
Release: 2011-03-01
Genre: Computers
ISBN: 0857292714

This book will enable the reader to very quickly begin programming in assembly language. Through this hands-on programming, readers will also learn more about the computer architecture of the Intel 32-bit processor, as well as the relationship between high-level and low-level languages. Topics: presents an overview of assembly language, and an introduction to general purpose registers; illustrates the key concepts of each chapter with complete programs, chapter summaries, and exercises; covers input/output, basic arithmetic instructions, selection structures, and iteration structures; introduces logic, shift, arithmetic shift, rotate, and stack instructions; discusses procedures and macros, and examines arrays and strings; investigates machine language from a discovery perspective. This textbook is an ideal introduction to programming in assembly language for undergraduate students, and a concise guide for professionals wishing to learn how to write logically correct programs in a minimal amount of time.

Introduction to Assembly Language Programming

Introduction to Assembly Language Programming
Author: Sivarama P. Dandamudi
Publisher: Springer Science & Business Media
Total Pages: 690
Release: 2005-09-28
Genre: Computers
ISBN: 0387271554

This updated textbook introduces readers to assembly and its evolving role in computer programming and design. The author concentrates the revised edition on protected-mode Pentium programming, MIPS assembly language programming, and use of the NASM and SPIM assemblers for a Linux orientation. The focus is on providing students with a firm grasp of the main features of assembly programming, and how it can be used to improve a computer's performance. All of the main features are covered in depth, and the book is equally viable for DOS or Linux, MIPS (RISC) or CISC (Pentium). The book is based on a successful course given by the author and includes numerous hands-on exercises.

Professional Assembly Language

Professional Assembly Language
Author: Richard Blum
Publisher: John Wiley & Sons
Total Pages: 12
Release: 2005-02-11
Genre: Computers
ISBN: 0764579010

Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers; it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging

IBM PC & XT Assembly Language

IBM PC & XT Assembly Language
Author: Leo J. Scanlon
Publisher:
Total Pages: 418
Release: 1985
Genre: Computers
ISBN:

Crash course in computer numbering systems; Introduction to Assembly language programming; Using an Assembler; The 8088 instruction set; High-precision mathematics; Operating on data structures; Using the system resources; Graphics made easy; Let there be sound! Macros; Object libraries; Structured programming; 8087 math coprocessor.

Guide to Assembly Language Programming in Linux

Guide to Assembly Language Programming in Linux
Author: Sivarama P. Dandamudi
Publisher: Springer Science & Business Media
Total Pages: 570
Release: 2005-07-15
Genre: Computers
ISBN: 9780387258973

Introduces Linux concepts to programmers who are familiar with other operating systems such as Windows XP Provides comprehensive coverage of the Pentium assembly language