Lecture 7: Memory Organization and some I/O (by Trek Palmer) ============================================== Memory Addressing modes, more formally -------------------------------------- Last lecture we saw several examples of LDR and STR instructions that accessed memory directly, through a register, or through a register with some extra computation. These different styles of accessing data are collectively known as addressing modes. The table below lists the ARM's main addressing modes, their names, a bit of example code and the address that would be generated by that example instruction. Addressing mode | Example | Address Gen. ------------------------------------+--------------------------+--------------- Direct | LDR R0,