@  (dump memory)
 

Syntax

@ [expression]
Description


This command will dump ARM memory starting at expression.  It is useful for debugging direct control of the ARM peripherals.  If expression is omitted, then the next page of memory will be displayed. Normally @ expression will be used first, with following pages displayed by typing @ without the expression.

Expression can only be a hex value without the leading $ and no spaces between the @ and the hexvalue.   The ARMmite does not list the address or the ASCII values.

Example


The following example displays the area of ARM memory corresponding to the PWM registers.  Memory address on the left, followed by 4 words of memory displayed in hex and then displayed as printable ASCII characters.

  
@e0014000

00000000 00000001 04BFE6BB 0000E663 E0014010: 0000A516 00000000 00000000 00000000  



Differences from other BASICs

See also