home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / MISC / FPC355_3.ZIP / FPCHLP.ZIP / VIEW.HLP < prev    next >
Encoding:
Text File  |  1990-01-18  |  1021 b   |  26 lines

  1. \ VIEW.HLP      Viewing code for F-PC.                  by Tom Zimmer
  2.  
  3.  
  4. NAME>PAD        ( A1 --- PAD )
  5.                 Move the name field to PAD and filter out the hi bit
  6.                 of the last character in name. Also clears all but
  7.                 lower 5 bits of name count.
  8.  
  9. viewfile        ( cfa | cfa+1 = a1 maxCFA )   maxcfa is zero if not found
  10.                 Locate words source file and retuen file name at pad and
  11.                 it's cfa. If cfa is a veriable in the files vocabulary
  12.                 then viewfile will return it's load file if avalible.
  13.  
  14. >viewfile       ( cfa --- line# a1 )
  15.                 From word's cfa return source file a1 and line number.
  16.                 If control key is pressed return location in load file
  17.                 of word's creator.  See F9 and CTRL-F9 funtion keys.
  18.  
  19. LOAD            ( n1 --- )
  20.                 Start Inturpreting current file at line n1.
  21.  
  22. include         ( --- )
  23.                 an alias that does the same thing as FLOAD.
  24.  
  25.  
  26.