Mark English and German manual pages as UTF-8.
[kdbg.git] / kdbg / doc / en / registers.html
blobcccd132abbc3b7201a161b726a670a63aa0cbc83
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - User's Manual - Register Dump</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>
11 The Register Dump Window</h1>
12 <p>Whenever the program stops, KDbg displays the contents of the CPU registers
13 in the register dump window. To display this window, choose <i>View|Registers</i>.</p>
14 <p>The registers are grouped by the kind of register. The window contains 3 columns:</p>
15 <ol>
16 <li>
17 The column <i>Register</i> displays the register name.</li>
19 <li>
20 The column <i>Value</i> displays the contents of the registers in a more
21 or less raw form. The raw form is usually displayed as hexadecimal numbers,
22 even the contents of floating point registers.</li>
24 <li>
25 The column <i>Decoded value</i> displays the contents of the registers
26 in a decoded form. For arithmetic registers this is generally a signed
27 decimal value, floating point registers are displayed as floating point
28 numbers, the flag registers are sometimes decoded into named flags.</li>
29 </ol>
30 <p>By clicking the right mouse button a context menu is popped up which lets
31 you select how the value in the third column is displayed.
32 You can change the type to use for all registers of a group at once if you
33 choose the format for the group header.</p>
34 </body>
35 </html>