Displaying Areas of Memory
You can display areas of memory in hexadecimal and decimal. Do this by selecting the View > Lookup Variable command and then enter one of the following in the dialog box:
- A hexadecimal address
When you enter a single address, TotalView displays the word of data stored at that address.
- A pair of hexadecimal addresses
When you enter a pair of addresses, TotalView displays the data (in word increments) from the first to the last address. To enter a pair of addresses, enter the first address, a comma, and the last address.
Note: All hexadecimal constants must have a "0x" prefix. Also, you can enter these addresses using expressions.
The Variable Window for an area of memory, as shown in the following figure, displays the address and contents of each word.
Variable Window for Area of Memory 
|
The starting location of the memory area is displayed at the top of the window's data area. Within the window, information is displayed in hexadecimal and in decimal.