home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / pbug1_21 / window / english / readme next >
Encoding:
Text File  |  1994-01-01  |  2.2 KB  |  37 lines

  1.      **********************************************************************
  2.      *                                                                    *
  3.      *                 PEACEBUG, Window                                   *
  4.      *                 ----------------                                   *
  5.      *                                                                    *
  6.      * written by:     Emanuel Möcklin                                    *
  7.      *                 Zschokkestrasse 7                                  *
  8.      *                 CH-8037 Zürich                                     *
  9.      *                 FREDDY@ezrz1.vmsmail.ethz.ch                       *
  10.      *                                                                    *
  11.      * written with:   Turboassembler 1.xx                                *
  12.      *                                                                    *
  13.      **********************************************************************
  14.  
  15.  
  16.      This program is able to let PEACEBUG run in a window, a very useful
  17.      feature if you want to keep your eyes on the original screen. It's
  18.      also very useful if you have a built-in gfx board which does not
  19.      allow you to set the screenbase address.
  20.      Window only uses the officially documented features of PEACEBUG's
  21.      interface, and of course it can be started as accessory or as program.
  22.  
  23.      PEACEBUG uses own screen routines and can also be called from an
  24.      interrupt, so naturally there can be problems with the AES. Because of
  25.      that, Window switches the debugger's output back to the original screen
  26.      if the work space of the window is overlapped by another window (the
  27.      window doesn't have to be the top one). All problems are not removed by
  28.      this procedure, e.g. if a dialog box covers the window, it will be
  29.      destroyed if the debugger pops up.
  30.      Window checks regulary if the work space isn't covered, (every 1/10
  31.      second), and decides whether to switch the screen or not.
  32.  
  33.      If you are interested in the source code, please send me a formatted
  34.      disk or an e-mail. You will then receive the newest version in the
  35.      same way. Bug reports and suggestions are also welcome.
  36.  
  37.