ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to show data in hex format?


From: Geert Vancompernolle
Subject: Re: How to show data in hex format?
Date: Thu, 15 Mar 2007 19:20:12 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Zarko Zivanov wrote:
If you need to display many variables in specific format (eg. hex),
you can define buttons to speed-up things:

1. Go to Commands/Edit Buttons/Data Buttons

2. If you need to display 32-bit data, you can enter this:
graph display `x /1xw &()` //Long Hex
graph display `x /1ow &()` //Long Oct
graph display `x /1tw &()` //Long Bin
(if you need to display 16-bit or 8-bit data, put h or b
instead of w; for other formats check Data/Memory dialog)

3. Click on a variable name, and then on appropriate button.

There is a catch, however, you cannot change values displayed this
way, and all boxes diaplaying variables will be named X (variable name
will be displayed in the second row after memory address)

Sorry if this is too late...
Definitely not too late, on the contrary, very useful information!

Thanks very much.

Best rgds,

--Geert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]