Название: PC Assembly Language Автор: Paul A. Carter Издательство: Autoedici?n Год: 2006 Формат: pdf Страниц: 195 Размер: 0,7 mb. Язык: English
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. There are several reasons to use protected mode:
It is easier to program in protected mode than in the 8086 real mode that other books use. All modern PC operating systems run in protected mode. There is free software available that runs in this mode.
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
С этой публикацией часто скачивают:
x86-64 Assembly Language Programming with Ubuntu Название: x86-64 Assembly Language Programming with Ubuntu Автор: Jorgensen E. Издательство: Las Vegas: University of Nevada Год: 2019 Формат: pdf...
Guide to Assembly Language Programming in Linux Название: Guide to Assembly Language Programming in Linux Автор: Sivarama P. Dandamudi Издательство: Springer Science Год: 2005 Формат: PDF Страниц:...
The Art of Assembly Language, 2nd Edition Название: The Art of Assembly Language Автор: Randall Hyde Издательство: No Starch Press, Inc. Год: 2010 Формат: PDF Страниц: 764 Размер: 22,22 МБ...
Assembly Language Coding in Color: ARM and NEON Название: Assembly Language Coding in Color: ARM and NEON Автор: Robert Dunne Издательство: Gaul Communications Год: 2017 Страниц: 152 Формат: PDF,...
Assembly Language for x86 Processors, 6th Edition Автор: Kip R. Irvine Название: Assembly Language for x86 Processors, 6th Edition Издательство: Pearson Год: 2010 ISBN: 978-0136022121 Язык: English...