diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/img/ss_colors.jpg | bin | 10169 -> 11624 bytes | |||
-rw-r--r-- | doc/img/ss_devform.jpg | bin | 8820 -> 9359 bytes | |||
-rw-r--r-- | doc/img/ss_devices.jpg | bin | 103468 -> 100075 bytes | |||
-rw-r--r-- | doc/img/ss_extprog.jpg | bin | 11689 -> 11708 bytes | |||
-rw-r--r-- | doc/img/ss_goto.jpg | bin | 5295 -> 5816 bytes | |||
-rw-r--r-- | doc/img/ss_mix.jpg | bin | 57715 -> 59938 bytes | |||
-rw-r--r-- | doc/img/ss_mixal.jpg | bin | 57641 -> 64325 bytes | |||
-rw-r--r-- | doc/img/ss_symbols.jpg | bin | 0 -> 19890 bytes | |||
-rw-r--r-- | doc/img/ss_worddlg.jpg | bin | 60753 -> 9554 bytes | |||
-rw-r--r-- | doc/mdk.texi | 5 | ||||
-rw-r--r-- | doc/mdk_gmixvm.texi | 15 |
11 files changed, 17 insertions, 3 deletions
diff --git a/doc/img/ss_colors.jpg b/doc/img/ss_colors.jpg Binary files differindex 04e41e7..40be594 100644 --- a/doc/img/ss_colors.jpg +++ b/doc/img/ss_colors.jpg diff --git a/doc/img/ss_devform.jpg b/doc/img/ss_devform.jpg Binary files differindex 255c200..7e1ade9 100644 --- a/doc/img/ss_devform.jpg +++ b/doc/img/ss_devform.jpg diff --git a/doc/img/ss_devices.jpg b/doc/img/ss_devices.jpg Binary files differindex ba0fbc8..e1bfb4f 100644 --- a/doc/img/ss_devices.jpg +++ b/doc/img/ss_devices.jpg diff --git a/doc/img/ss_extprog.jpg b/doc/img/ss_extprog.jpg Binary files differindex ae289d1..bf309b1 100644 --- a/doc/img/ss_extprog.jpg +++ b/doc/img/ss_extprog.jpg diff --git a/doc/img/ss_goto.jpg b/doc/img/ss_goto.jpg Binary files differindex e736d19..06eccc8 100644 --- a/doc/img/ss_goto.jpg +++ b/doc/img/ss_goto.jpg diff --git a/doc/img/ss_mix.jpg b/doc/img/ss_mix.jpg Binary files differindex d31ecc6..d623198 100644 --- a/doc/img/ss_mix.jpg +++ b/doc/img/ss_mix.jpg diff --git a/doc/img/ss_mixal.jpg b/doc/img/ss_mixal.jpg Binary files differindex 2adadc6..c25af9b 100644 --- a/doc/img/ss_mixal.jpg +++ b/doc/img/ss_mixal.jpg diff --git a/doc/img/ss_symbols.jpg b/doc/img/ss_symbols.jpg Binary files differnew file mode 100644 index 0000000..882608f --- /dev/null +++ b/doc/img/ss_symbols.jpg diff --git a/doc/img/ss_worddlg.jpg b/doc/img/ss_worddlg.jpg Binary files differindex 5f07b4f..38570fc 100644 --- a/doc/img/ss_worddlg.jpg +++ b/doc/img/ss_worddlg.jpg diff --git a/doc/mdk.texi b/doc/mdk.texi index 0326e4b..31c36bf 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -13,8 +13,8 @@ @set UPDATED 9 June 2001 -@set EDITION 0.3.3 -@set VERSION 0.3.4 +@set EDITION 0.3.4 +@set VERSION 0.3.5 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @footnotestyle separate @@ -118,6 +118,7 @@ helpful discussions, as well as actual code (@pxref{mixvm.el}). + @detailmenu --- The Detailed Node Listing --- diff --git a/doc/mdk_gmixvm.texi b/doc/mdk_gmixvm.texi index 19beadd..f850384 100644 --- a/doc/mdk_gmixvm.texi +++ b/doc/mdk_gmixvm.texi @@ -259,6 +259,17 @@ Clears all currently set breakpoints. It is equivalent to the @code{mixvm}'s @code{cabp} command. @end deffn +@deffn Debug Symbols... +Opens a dialog showing the list of symbols defined in the currently +loaded MIX program. + +@ifnotinfo +@image{img/ss_symbols} +@end ifnotinfo + +@end deffn + + @deffn Settings Colors... Lets you change the colors used to mark the current and breakpoint lines in the MIXAL tab, as well as the colors used for plain source lines. @@ -312,4 +323,6 @@ Shows information about @code{gmixvm}'s version and copyright. @end deffn On the other hand, the status bar displays the name of the last loaded -MIX file. +MIX file. In addition, when the mouse pointer is over a MIXAL source +file line that contains symbols, a list of these symbols with their +values will appear in the status bar. |