2.6.4.5.4 Condition Flags

These instructions do not change the flags.

Examples

LDR R0, LookUpTable ; Load R0 with a word of data from an address
                                ; labelled as LookUpTable
LDRSB R7, localdata           ; Load a byte value from an address labelled
                                ; as localdata, sign extend it to a word
                                ; value, and put it in R7.