Index
Symbols
32-bit Literals
dealing with 310, 311
example 313
source program 314-318
A
abstract memory
simulating, in Python 42
alu() function 266
Arithmetic and Logic Unit (ALU) 49, 259, 260
testing 261, 262
arithmetic instructions 324
addition 324, 325
bitwise logical operations 326, 327
comparison 324, 325
multiplication 325, 326
shift operations 327, 328
subtraction 324, 325
arithmetic operations 90
arithmetic shift 329
rotate operation 330
ARM processor 321, 322
ARM Program
example 292-294
running 374-377
ARM’s architecture
arithmetic instructions 324
ARM register set 323, 324
overview 322
ARM's branch and link instruction 355, 356
assembler
flow control operations, testing 163-166
shift operations, testing 167-169
testing 161, 162
Assembler Directives
dealing with 125
Dictionary, using 126-128
labels 128, 129
Assembly-Level...