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 / BEEHIVE / ZSUS / ZSUS002.LBR / SCAN-BG2.TXT < prev    next >
Text File  |  2000-06-30  |  2KB  |  36 lines

  1. From: Roger Bond
  2. File: SCAN-BG2.TXT
  3. Date: 01/06/90
  4. Subj: Suggested BGii Change to the SCAN21 Alternate Commands
  5.  
  6. Here are some suggested changes for those who are more used to BGii TYPE 
  7. commands.  There seemed to be no way to change the SCAN21 'B' (as in "bottom 
  8. of file") to the BGii 'E' (as in "end of file" with regular 'E' and not 
  9. '^E'; but 'T' could be changed safely to '^B' as in "beginning of file"), so 
  10. just leave the 'T' ("top of file" command) and 'B' commands as is.
  11.  
  12. Location  Default (Hex)  Function                    BGii Change
  13. =========================================================================
  14.    0280h   'T'-40h (14h)  Top of file.
  15.    0281h   'B'-40h (02h)  Bottom of file.
  16.  
  17.    0282h   'R'-40h (12h)  Up (back) one page
  18.    0283h   '<'     (3Ch)  Up (back) one page
  19.    0284h   ','     (2Ch)  Up (back) one page         <TAB> (09h)
  20.  
  21.    0285h   'W'-40h (17h)  Up (back) one line           ,   (2Ch)
  22.    0286h   'E'-40h (05h)  Up (back) one line
  23.  
  24.    028Bh   'Z'-40h (1Ah)  Down (forward) one line      .   (2Eh)
  25.    028Ch   'X'-40h (18h)  Down (forward) one line
  26.    028Dh   'M'-40h (0Dh)  Down (forward) one line     <SP> (20h)
  27.  
  28.    028Eh   'C'-40h (03h)  Down (forward) one page
  29.    028Fh   '>'     (3Eh)  Down (forward) one page
  30.    0290h   '.'     (2Eh)  Down (forward) one page
  31.    0291h   ' '     (20h)  Down (forward) one page    <RET> (0Dh)
  32.  
  33.    0293h   'F'-40h (06h)  Find string
  34.    0294h   'L'-40h (0Ch)  Find string again
  35. =========================================================================
  36.