Skip to content

Opening book details…

Can I read PC Assembly Language on EtoBox?

PC Assembly Language by Paul A. Carter is a nonfiction available to read on EtoBox.

What is PC Assembly Language about?

Preface 1 Introduction 1.1 Number Systems 1.1.1 Decimal 1.1.2 Binary 1.1.3 Hexadecimal 1.2 Computer Organization 1.2.1 Memory 1.2.2 The CPU 1.2.3 The 80x86 family of CPUs 1.2.4 8086 16-bit Registers 1.2.5 80386 32-bit registers 1.2.6 Real Mode 1.2.7 16-bit Protected Mode 1.2.8 32-bit Protected Mode 1.2.9 Interrupts 1.3 Assembly Language 1.3.1 Machine language 1.3.2 Assembly language 1.3.3 Instruction operands 1.3.4 Basic instructions 1.3.5 Directives 1.3.6 Input and Output 1.3.7 Debugging 1.4 Creating a Program 1.4.1 First program 1.4.2 Compiler dependencies 1.4.3 Assembling the code 1.4.4 Compiling the C code 1.4.5 Linking the object files 1.4.6 Understanding an assembly listing file 1.5 Skeleton File 2 Basic Assembly Language 2.1 Working with Integers 2.1.1 Integer representation 2.1.2 Sign extension 2.1.3 Two's complement arithmetic 2.1.4 Example program 2.1.5 Extended precision arithmetic 2.2 Control Structures 2.2.1 Comparisons 2.2.2 Branch instructions 2.2.3 The loop instructions 2.3 Translating Standard Control Structures 2.3.1 If statements 2.3.2 While loops 2.3.3 Do while loops 2.4 Example: Finding Prime Numbers 3 Bit Operations 3.1 Shift Operations 3.1.1 Logical shifts 3.

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
Paul A. Carter
Published
2001
Language
EN
Category
nonfiction
Subjects
Computer Science, Programming, Stem

More by Paul A. Carter

Browse all works by Paul A. Carter

Similar books