^ command

Format: ^ [num] [format]

Back up num preceding memory location (based on size of last item displayed). If num is not specified, one (1) is used. If format is specified, that format is used, otherwise the previous format is used. Note that backing up for displaying instructions doesn't work very well if the code has variable length instructions.

For example, given an integer array containing square numbers, called squares, then the following two commands:

print squares[6]; ^ 3

might give the following output:

*0x21558: 36
*0x2114c: 9 16 25

Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.