2.1.1. Specifying address ranges

Many commands enable you to specify a range of addresses. You specify an address range using either of the following formats:

start_addr..end_addr

Start address and an absolute end address, for example:

memmap,define 0x10000..0x20000

start_addr..+length

Start address and length of the address region, for example:

memmap,define 0x10000..+0x10000

In both cases, the start and end values are inclusive.

You can also use symbol names, such as function names, as the start address. For example:

printdsm main..+1000

fill Arr_2_Glob..+64=0xFF

Copyright © 2002-2005 ARM Limited. All rights reserved.ARM DUI 0175G
Non-Confidential