Opening book details…
Can I read PC assembly language on EtoBox?
PC assembly language by Carter P.A. is a nonfiction available to read on EtoBox.
What is PC assembly language about?
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++. Learning to program in assembly language is an excellent way to achieve this goal. Other PC assembly language books still teach how to program the 8086 processor that the original PC used in 1980! The 8086 processor only supported real mode. 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. This book instead 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 that other books use.2. All modern PC operating systems run in protected mode.3. There is free software available
Who reads PC assembly language?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Carter P.A.
- Published
- 2002
- Language
- EN
- Category
- nonfiction
More by Carter P.A.
Browse all works by Carter P.A.
Similar books
- Assembly Language Primer for the IBM PC and XT — Robert Lafore (1984)
- The Art of Assembly Language, 2nd Edition — Randall Hyde (2010)
- MIPS Assembly Language Programming — Robert Britton Professor Emeritus (2004)
- IBM PC Assembly Language and Programming — Abel, Peter, 1932- (2001)
- Mastering Assembly Programming : Incorporate the Assembly Language Routines in Your High Level Language Applications — Alexey Lyashko (2017)
- Assembly Language For The Ibm-pc Second Edition — Irvine, Kip R., 1951- (1993)