home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol110 / dbdir.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  907 b   |  32 lines

  1.  
  2.  
  3.     The DBDIR routines demonstrate how to call an
  4. assembler subroutine from dBASEII.  There are a number of
  5. restrictions!  Briefly, you can load an assembler routine
  6. above location A400 hex, as long as you don't do any sorts!
  7. You have available to you the memory space from A400 hex to
  8. the top of your TPA (on mine it is E400 hex, on a 64K
  9. system).
  10.  
  11.     The following files are required:
  12.         - dbdir.cmd
  13.         - asciidec.cmd
  14.         - dbdir.asm
  15.  
  16.     The .asm file is Z80 code which was assembled using
  17. M80/L80, and does a not very efficient method of getting the
  18. directory entries, but it works.
  19.  
  20.     Hope this helps explain a not too well documented
  21. command in dBASE.  Any comments concerning these routines
  22. can be left on this BBS, and if you make any wonderous
  23. enhancements, and would like to share them, please leave them
  24. on this BBS also.
  25.  
  26.                     Mike Kelly
  27.                     02/25/83
  28.  
  29. P.S.  This .doc info is included in the .LBR file.
  30.  
  31.  
  32.