home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / dbdir.lbr / DBDIR.DZC / DBDIR.DOC
Encoding:
Text File  |  1993-10-26  |  896 b   |  21 lines

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