November 2019
Intermediate to advanced
506 pages
12h 1m
English
This chapter describes the syntactical elements of assembly language programs and provides a basic description of what an assembler does. It then introduces some common GNU assembler directives.
GNU assembler (GAS); Assembly; Variables; Constants; Filling; Aligning; Symbols; Functions; Objects; Macros; Labels; Comments; Operands; Instructions
All modern computers consist of three main components: the central processing unit (CPU), memory, and devices. It can be argued that the major factor that distinguishes one computer from another is the CPU architecture. The architecture determines the set of instructions that can be performed by the CPU. The human-readable language which is closest to the CPU architecture ...
Read now
Unlock full access