home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ZSYS / ZSYSARK / Z3HLP02.ARK / P.LBR / PEEK.HZP / PEEK.HLP
Text File  |  1990-03-23  |  896b  |  34 lines

  1. ;
  2.  (RCP-resident)                      P                                        
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               n/a  n/a   n/a   n/a        n/a                      n/a
  6.  
  7.   1- Syntax  2- Examples of Use                                               
  8.  
  9.  
  10.  
  11.    Thσá ╨á (PEEK⌐ commanΣ i≤ aε RCP-residen⌠ commanΣ whicΦ allow≤ thσ use≥á t∩ ì
  12. examinσá aε areß oµ memory«á  P(EEK⌐ doe≤ no⌠ modif∙ thσ memor∙á location≤á i⌠ ì
  13. displays.
  14. :1
  15.  
  16.  
  17.          Syntax:  P             <-- display next 256 bytes of memory
  18.  
  19.                   P addr        <-- display 256 bytes starting at addr
  20.  
  21.                   P add1 add2   <-- display memory range
  22. :2
  23.  
  24.  
  25. Examples of Use:
  26.  
  27.    a. P 50C0        <-- peek starting at 50C0h
  28.  
  29.    b. P 4000 4FFF   <-- peek from 4000h to 4FFFh
  30. ATH path-expression    <-- sets new path
  31. :2
  32.  
  33.  
  34. PATH