Keil™, An ARM® Company

RealView Assembler User's Guide

Memory access attributes

3.1.5. Memory access attributes

Use the following to specify memory access attributes of the target memory system:

‑‑memaccess attributes

The default is to enable aligned loads and saves of bytes, halfwords and words. attributes modify the default. They can be any one of the following:

+L41

Enable unaligned LDRs.

‑L22

Do not enable halfword loads.

‑S22

Do not enable halfword stores.

‑L22‑S22

Do not enable halfword loads and stores.

Note

The ‑‑memaccess option is deprecated and will be removed in a future release.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0379A