PC Assembly Language

PC Assembly Language

A textbook that covered 32-bit protected mode assembly programming.

Tag(s): Assembly

Publication date: 10 Oct 2004

ISBN-10: n/a

ISBN-13: n/a

Paperback: n/a

Views: 30,537

Type: N/A

Publisher: n/a

License: n/a

Post time: 16 Dec 2004 01:10:35

PC Assembly Language

PC Assembly Language A textbook that covered 32-bit protected mode assembly programming.
Tag(s): Assembly
Publication date: 10 Oct 2004
ISBN-10: n/a
ISBN-13: n/a
Paperback: n/a
Views: 30,537
Document Type: N/A
Publisher: n/a
License: n/a
Post time: 16 Dec 2004 01:10:35
:santagrin: This book was suggested by : pr_tiglao

Book excerpts:

The purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level languages such as C and C++.

This book doesn't teach to program in real mode with the 8086 processor. In this mode, any program may address any memory or device in the computer. This mode is not suitable for a secure, multitasking operating system

Instead, this book discusses how to program the 80386 and later processors in protected mode (the mode that Windows and Linux runs in). This mode supports the features that modern operating systems expect, such as virtual memory and memory protection. There are several reasons to use protected mode:

1. It is easier to program in protected mode than in the 8086 real mode.
2. All modern PC operating systems run in protected mode.
3. There is free software available that runs in this mode.




About The Author(s)


No information is available for this author.

Paul A. Carter

No information is available for this author.


Book Categories
Sponsors