Topic |
Reading |
Overview of Computer Organization and Systems Programming |
ARM 1.1-1.3, Gordon Moore Article |
Number Representation |
ARM 1.4, 1.5.1, 1.5.3 |
C Basics |
K+R Chapters 1-5, Essential C - Pointers and Memory Section 1 |
C Data Structures |
K+R Chapter 6, Essential C - Section 3 & 6 (pg 33-36), Linked List Problems Section 1 |
Arithmetic Instructions |
ARM Chapter 7 |
Bitwise Instructions |
ARM Chapter 7 |
Control Flow Instructions |
ARM Chapter 8, Goto Harmful |
Data Transfer Instructions |
ARM Chapter 5 |
Procedures |
ARM Chapter 10, ARM Procedure Call Standard |
Instruction Representation |
ARM 1.6, ARM Appendix A, ARM Instruction Set
|