PC Assembly Language

October 5, 2017 | Penulis: pejman | Kategori: Assembly Language, Subroutine, Instruction Set, Central Processing Unit, Operating System
Share Embed


Deskripsi Singkat

Description: The purpose of this book is to give the reader a better understanding of how computers really work at a lo...

Deskripsi

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 1981! 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.
Lihat lebih banyak...

Komentar

Hak Cipta © 2017 PDFDOKUMEN Inc.